view clean.sh @ 1150:5ce47f84a1d1

Trim a busybox feature that contains a hardwired #ifdef staircase of known target types. (There's no excuse for that, and it breaks on chips it doesn't know about.)
author Rob Landley <rob@landley.net>
date Fri, 02 Jul 2010 12:46:35 -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/*-*