diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-01 10:05:55 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-01 10:08:39 +0100 |
commit | 8cbd48f732587653870dc5996aef8af2db1fb51b (patch) | |
tree | 677618fc28336dc810903578f58fdfdef4d6e89b /solenv/inc | |
parent | a42649c6743a54498375903b4357c4c0545fbab8 (diff) |
avoid relinking on windows after every configure run
Since 2ba9023a60f41f5ba414fa0f7682ac8104b3a00b WinResTarget depends on solenv_inc,
which eventually depends on solenv/inc/minor.mk , which means relinking all
libraries on Windows after each configure run. As AC_CONFIG_FILES updates
generated files unconditionally, use a temporary and update only when it's
actually changed.
Change-Id: Ie5503ed7cdf307ab51935d271e9f1603b5e8f987
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/inc/.gitignore b/solenv/inc/.gitignore index b8fab615054c..ef9372e6bfd7 100644 --- a/solenv/inc/.gitignore +++ b/solenv/inc/.gitignore @@ -1 +1,2 @@ -/minor.mk
\ No newline at end of file +/minor.mk +/minor.mk.tmp |