comparison clean.sh @ 962:3d2261361009

Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
author Rob Landley <rob@landley.net>
date Mon, 01 Feb 2010 03:46:49 -0600
parents 626288dd5cf3
children
comparison
equal deleted inserted replaced
961:1b971ccf5193 962:3d2261361009
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Delete all the target stages, to force them to rebuild next build.sh. 3 # Delete all the target stages, to force them to rebuild next build.sh.
4 4
5 # This leaves build.packages and build/host alone. (You can delete those 5 # This leaves build.packages and build/host alone. You can delete those
6 # too if you like, rm -rf build is safe, it just means ./download.sh --extract 6 # too if you like, "rm -rf build" is safe, it just means these steps will have
7 # and ./host-tools.sh will have to do their thing again, which takes a while.) 7 # to do their thing again:
8 #
9 # EXTRACT_ALL=1 ./download.sh
10 # ./host-tools.sh
8 11
9 rm -rf build/*-* 12 rm -rf build/*-*