changeset 378:739a56397f32

Document PREFERRED_MIRROR in include.sh
author Rob Landley <rob@landley.net>
date Wed, 06 Aug 2008 16:26:18 -0500
parents 00bb2dbe5ec7
children 2925f71bce99
files include.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Wed Aug 06 16:04:56 2008 -0500
+++ b/include.sh	Wed Aug 06 16:26:18 2008 -0500
@@ -17,6 +17,10 @@
 
 # export BUILD_STATIC=1
 
+# If this is set, try downloading packages from this location first.
+
+# export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror
+
 # What host compiler should we use?
 
 [ -z "$CC" ] && CC=gcc