Author: alexander Date: 2006-03-01 04:45:46 -0700 (Wed, 01 Mar 2006) New Revision: 1425
Modified: trunk/Makefile Log: Enabled the builder to override WGET (e.g., for a proxy) Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2006-03-01 10:27:55 UTC (rev 1424) +++ trunk/Makefile 2006-03-01 11:45:46 UTC (rev 1425) @@ -83,7 +83,7 @@ export chbash-pre-bash := SHELL=$(WD)/bin/bash export chbash-post-bash := SHELL=/bin/bash export WHICH= $(WD)/bin/which -export WGET= wget +export WGET?= wget export BRW= "[0;1m" export RED= "[0;31m" -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
