summaryrefslogtreecommitdiffstats
path: root/solenv/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-01 10:05:55 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-01 10:08:39 +0100
commit8cbd48f732587653870dc5996aef8af2db1fb51b (patch)
tree677618fc28336dc810903578f58fdfdef4d6e89b /solenv/inc
parentfdo#60907 Use *one* variable for the MySQL library file (diff)
downloadcore-8cbd48f732587653870dc5996aef8af2db1fb51b.tar.gz
core-8cbd48f732587653870dc5996aef8af2db1fb51b.zip
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/.gitignore3
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