2105 Allow ARCHIVE_MIRROR to be overridden by environment
authorBayard Bell <buffer.g.overflow@gmail.com>
Sat, 25 Feb 2012 11:03:48 +0000
changeset 490 0de5925f0c53
parent 489 d476c1718ce0
child 491 57540878a121
2105 Allow ARCHIVE_MIRROR to be overridden by environment
make-rules/shared-macros.mk
--- a/make-rules/shared-macros.mk	Thu Feb 23 15:42:47 2012 +0000
+++ b/make-rules/shared-macros.mk	Sat Feb 25 11:03:48 2012 +0000
@@ -27,7 +27,7 @@
 
 # The location of a mirror of community source archives that we build in this
 # gate.
-ARCHIVE_MIRROR = http://dlc.openindiana.org/oi-build/source-archives
+ARCHIVE_MIRROR ?= http://dlc.openindiana.org/oi-build/source-archives
 
 export DOWNLOAD_SEARCH_PATH +=	$(ARCHIVE_MIRROR)