summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 6b2808354e14..66150d269dd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1029,12 +1029,6 @@ AC_ARG_ENABLE(pdfimport,
dnl ---------- *** ----------
-AC_ARG_ENABLE([hardlink-deliver],
- AS_HELP_STRING([--enable-hardlink-deliver],
- [Put files into deliver folder as hardlinks instead of copying them
- over. Saves space and speeds up build.])
-)
-
AC_ARG_ENABLE(mergelibs,
AS_HELP_STRING([--enable-mergelibs],
[Enables linking of big, merged, library. Experimental feature, tested
@@ -12809,19 +12803,6 @@ else
fi
AC_SUBST([MERGELIBS])
-# ===================================================================
-# Create hardlinks on deliver instead of copying for smaller size and speed up
-# ===================================================================
-AC_MSG_CHECKING([whether to create hardlinks for delivering files])
-HARDLINKDELIVER=
-if test "$enable_hardlink_deliver" = "yes"; then
- HARDLINKDELIVER="TRUE"
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
-fi
-AC_SUBST(HARDLINKDELIVER)
-
dnl ===================================================================
dnl icerun is a wrapper that stops us spawning tens of processes
dnl locally - for tools that can't be executed on the compile cluster