changeset 1313:b2ea667e9f25

Move clean.sh into more since it isn't a build stage.
author Rob Landley <rob@landley.net>
date Fri, 03 Dec 2010 00:09:32 -0600
parents 6f4a69a61614
children ce5212c0fc05
files clean.sh more/clean.sh
diffstat 2 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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/*-*
--- /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/*-*