view clean.sh @ 908:2af4fe56095b

Make setsid work if system-image.sh run standalone.
author Rob Landley <rob@landley.net>
date Tue, 01 Dec 2009 05:18:35 -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/*-*