diff sources/README @ 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 aabc07905de3
children c3b91b70cc42
line wrap: on
line diff
--- a/sources/README	Thu Oct 20 02:05:11 2011 -0500
+++ b/sources/README	Thu Oct 20 02:07:10 2011 -0500
@@ -31,7 +31,7 @@
 
   patches: Patches applied to the packages listed in download.sh by "setupfor".
            Each package has "$PACKAGE-*.patch" applied in alphabetical order,
-           or "alt-$PACKAGE-*.patch" for USE_UNSTABLE versions.
+           or "alt-$PACKAGE-*.patch" for USE_ALT versions.
 
   targets: Configuration for each target platform, parsed by load_target()
            and getconfig() in functions.sh.  Each entry is a target name,
@@ -41,11 +41,11 @@
       settings: Environment variables needed by the build.
 
       miniconfig-linux: linux kernel .config compressed by toys/miniconfig.sh
-                        (If miniconfig-alt-linux exists, USE_UNSTABLE=linux
+                        (If miniconfig-alt-linux exists, USE_ALT=linux
                          will use that instead.)
 
       miniconfig-uClibc: uClibc .config compressed by toys/miniconfig.sh
-                         (If miniconfig-alt-uClibc exists, USE_UNSTABLE=uClibc
+                         (If miniconfig-alt-uClibc exists, USE_ALT=uClibc
                           will use that instead.)
 
   root-filesystem: Files to be copied verbatim into the target filesystem.