summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-12-10 10:41:35 +0100
committerPetr Mladek <pmladek@suse.cz>2013-01-10 10:58:19 +0100
commit6af200ec0cbc78fee7b835de06a1588c7645fdc7 (patch)
tree2a4f5428e4514081c6686c3225e7ea81fd043881 /solenv
parentb3d5e78dd78390513021b46bc44036cdde2f1b45 (diff)
Add configure switch that allows hardlink deliver
This switch just makes possible to configure in ln delivery instead of cp based one. The feature was already in the place, we just make it visible as configure option now. Change-Id: I778ef3b03e6b9a57057e66ff6307e7da46bcd935
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index d7b804deab39..eebcfe9b0578 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -133,6 +133,10 @@ ENABLE_DEBUGINFO_FOR := all
endif
endif
+ifeq ($(HARDLINKDELIVER),TRUE)
+gb_Deliver_HARDLINK := $(true)
+endif
+
ifeq ($(or $(ENABLE_SYMBOLS),$(enable_symbols)),FALSE)
gb_SYMBOL := $(false)
else