diff clean.sh @ 962:3d2261361009

Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
author Rob Landley <rob@landley.net>
date Mon, 01 Feb 2010 03:46:49 -0600
parents 626288dd5cf3
children
line wrap: on
line diff
--- a/clean.sh	Thu Jan 28 13:58:18 2010 -0600
+++ b/clean.sh	Mon Feb 01 03:46:49 2010 -0600
@@ -2,8 +2,11 @@
 
 # Delete all the target stages, to force them to rebuild next build.sh.
 
-# This leaves build.packages and build/host alone.  (You can delete those
-# too if you like, rm -rf build is safe, it just means ./download.sh --extract
-# and ./host-tools.sh will have to do their thing again, which takes a while.)
+# This leaves build.packages and build/host alone.  You can delete those
+# too if you like, "rm -rf build" is safe, it just means these steps will have
+# to do their thing again:
+#
+#   EXTRACT_ALL=1 ./download.sh
+#   ./host-tools.sh
 
 rm -rf build/*-*