view clean.sh @ 1014:75054b02f21d

When USE_TOYBOX=1, don't try to truncate and append to a file that's in use. (Bug spotted by David Seikel.)
author Rob Landley <rob@landley.net>
date Sat, 27 Mar 2010 20:26:58 -0500
parents 3d2261361009
children
line wrap: on
line source

#!/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/*-*