view clean.sh @ 899:726cac165450

Remove old RECORD_COMMANDS debris from host-tools.sh and simplify result (lots of white-noise from de-intenting the "else" case of an if/else), factor out wrap_path from sources/more/record-commands.sh, fix the "build host tools first, then wrap it afterwards" case.
author Rob Landley <rob@landley.net>
date Mon, 23 Nov 2009 21:58:49 -0600
parents 626288dd5cf3
children 3d2261361009
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 ./download.sh --extract
# and ./host-tools.sh will have to do their thing again, which takes a while.)

rm -rf build/*-*