summaryrefslogtreecommitdiff
path: root/solenv/gbuild/gbuild.mk
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-09-04 06:00:55 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-09-05 20:02:17 +0000
commit9ee01c424e37f7cd76d2edf38e9bc5f6e988d18d (patch)
tree984aaa9acb6b738e2453ba3497023aee6c5412d7 /solenv/gbuild/gbuild.mk
parentfdc867a4bc6ac2810732af898c620a889cde725c (diff)
gbuild: remove hardlink deliver
Since there's hardly any 'deliver' going on anymore... Change-Id: Id349958d299c9742382d37deab2125bc09930c14 Reviewed-on: https://gerrit.libreoffice.org/28655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r--solenv/gbuild/gbuild.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index c6237709b367..f98ce8185899 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -114,10 +114,6 @@ ENABLE_DEBUGINFO_FOR := all
endif
endif
-ifeq ($(HARDLINKDELIVER),TRUE)
-gb_Deliver_HARDLINK := $(true)
-endif
-
# note: ENABLE_CRASHDUMP turns on gb_SYMBOL
ifneq ($(strip $(ENABLE_SYMBOLS)$(enable_symbols)$(ENABLE_CRASHDUMP)),)
gb_SYMBOL := $(true)