summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-15 12:55:51 +0200
committerRobert Nagy <robert@openbsd.org>2011-06-15 12:55:51 +0200
commitba62ce46c8dbe300a5f8044cb7ffc59a19885502 (patch)
tree965dfc21457ac05b212a20244ca70121df8507a1 /Makefile.in
parentVersion 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1) (diff)
downloadcore-ba62ce46c8dbe300a5f8044cb7ffc59a19885502.tar.gz
core-ba62ce46c8dbe300a5f8044cb7ffc59a19885502.zip
only fetch external tarballs if --disable-fetch-external is not defined
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 37c138982756..ced0ed2bfe7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,8 +47,12 @@ dmake/dmake@EXEEXT@:
./bootstrap
src.downloaded: ooo.lst download
+ifeq (@DO_FETCH_TARBALLS@,YES)
@. ./*[Ee]nv.[Ss]et.sh && \
$$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
+else
+ @echo "Automatic fetching of external tarballs is disabled."
+endif
fetch: src.downloaded