comparison config @ 1461:ad5303b6d35a

Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.
author Rob Landley <rob@landley.net>
date Thu, 20 Oct 2011 02:07:10 -0500
parents 7eabfa815c90
children 431d5b4ee537
comparison
equal deleted inserted replaced
1460:876d4849afa1 1461:ad5303b6d35a
79 79
80 # Set this if you don't want to drop all unrecognized environment variables. 80 # Set this if you don't want to drop all unrecognized environment variables.
81 81
82 # export NO_SANITIZE_ENVIRONMENT=1 82 # export NO_SANITIZE_ENVIRONMENT=1
83 83
84 # Try development versions of these packages. (Know what you're doing if 84 # Use alternative versions of these packages, using the ALT= URL in download.sh
85 # you select these, it's quite possible the result won't work.) 85 # to fetch an alt-$PACKAGE-0 tarball. (This is mostly used to test unstable
86 # versions of packages out of source control systems. There are no checksums
87 # or versioning performed on alt packages, it's all done by hand.)
86 88
87 # export USE_UNSTABLE=uClibc,busybox,linux,binutils,make,gcc-core,gcc-g++ 89 # export USE_ALT=uClibc,busybox,linux,binutils,make,gcc-core,gcc-g++
88 90
89 # Debugging option to leave source in build/temp-$ARCH after build. 91 # Debugging option to leave source in build/temp-$ARCH after build.
90 92
91 # export NO_CLEANUP=1 93 # export NO_CLEANUP=1
92 94