--- a/make-rules/shared-macros.mk Fri Oct 25 16:47:21 2013 -0700
+++ b/make-rules/shared-macros.mk Fri Oct 25 17:46:37 2013 -0700
@@ -32,13 +32,15 @@
# The location of an external mirror of community source archives that we build
# in this gate. The external mirror is a replica of the internal mirror.
-EXTERNAL_ARCHIVE_MIRROR = \
- http://static.opensolaris.org/action/browse/userland/tarball/userland
+EXTERNAL_ARCHIVE_MIRROR =
+
# Default to looking for source archives on the internal mirror and the external
# mirror before we hammer on the community source archive repositories.
export DOWNLOAD_SEARCH_PATH += $(INTERNAL_ARCHIVE_MIRROR)
+ifneq ($(strip $(EXTERNAL_ARCHIVE_MIRROR)),)
export DOWNLOAD_SEARCH_PATH += $(EXTERNAL_ARCHIVE_MIRROR)
+endif
# The workspace starts at the mercurial root
ifeq ($(origin WS_TOP), undefined)