summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-15 12:51:41 +0200
committerRobert Nagy <robert@openbsd.org>2011-06-15 12:51:41 +0200
commit6fdc8ae0d1bdfab1239661066536f80d04f025d3 (patch)
tree6dad1ee1202740a51050d54f4bc4fb0d277a6bad /Makefile.in
parent0ac9ee757cc07f86bcd22bfd8f8ea0adb810f206 (diff)
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 7c78ee6d4c63..cfbea5e11755 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,8 +134,12 @@ dmake/dmake@EXEEXT_FOR_BUILD@:
./bootstrap
src.downloaded: ooo.lst download
+ifeq (@DO_FETCH_TARBALLS@,YES)
@. ./*Env.Set.sh && \
$$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
+else
+ @echo "Automatic fetching of external tarballs is disabled."
+endif
fetch: src.downloaded