# HG changeset patch # User Rob Landley # Date 1291356572 21600 # Node ID b2ea667e9f2557b3ae27aab4317f49bed7c8b6b2 # Parent 6f4a69a616143bf070d64ce8041d18800d6c242d Move clean.sh into more since it isn't a build stage. diff -r 6f4a69a61614 -r b2ea667e9f25 clean.sh --- a/clean.sh Thu Dec 02 21:00:47 2010 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#!/bin/bash - -# 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 these steps will have -# to do their thing again: -# -# EXTRACT_ALL=1 ./download.sh -# ./host-tools.sh - -rm -rf build/*-* diff -r 6f4a69a61614 -r b2ea667e9f25 more/clean.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/more/clean.sh Fri Dec 03 00:09:32 2010 -0600 @@ -0,0 +1,12 @@ +#!/bin/bash + +# 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 these steps will have +# to do their thing again: +# +# EXTRACT_ALL=1 ./download.sh +# ./host-tools.sh + +rm -rf build/*-*