summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-26 19:10:26 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-26 19:10:26 +0200
commitda8a1f28e37baf83c882fcd158aca542ca030291 (patch)
tree82db30fc840e3b150abc432b6b29188f77e392d2 /solenv/gbuild
parent52b71a2b5ecd60200fdc0868261154673ba96f35 (diff)
do not output random 'true' in verbose build
It's not necessary anyway from what I can tell. Change-Id: Idb4699f29eb1bba32197667c9a6785e653dd8382
Diffstat (limited to 'solenv/gbuild')
-rwxr-xr-xsolenv/gbuild/LinkTarget.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk
index 66c871957b13..891389892674 100755
--- a/solenv/gbuild/LinkTarget.mk
+++ b/solenv/gbuild/LinkTarget.mk
@@ -449,7 +449,7 @@ endef
# Put this pattern rule here so it overrides the one below.
# (this is rather ugly: because of % the functions cannot be used)
$(call gb_LinkTarget_get_target,Library/%.exports) : $(gb_Library_OUTDIRLOCATION)/%
- $(if $(wildcard $@),true,mkdir -p $(dir $@) && touch $@)
+ $(if $(wildcard $@),,mkdir -p $(dir $@) && touch $@)
$(call gb_LinkTarget_get_target,%) : $(call gb_LinkTarget_get_headers_target,%) $(gb_Helper_MISCDUMMY)
$(if $(filter $*,$(foreach lib,$(gb_MERGEDLIBS) $(gb_URELIBS),$(call gb_Library_get_linktargetname,$(lib)))),\