comparison clean.sh @ 888:626288dd5cf3

Lots of comments.
author Rob Landley <rob@landley.net>
date Mon, 16 Nov 2009 01:45:56 -0600
parents 2499abcf2df1
children 3d2261361009
comparison
equal deleted inserted replaced
887:2499abcf2df1 888:626288dd5cf3
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Delete all the target stages, to force them to rebuild next time build.sh 3 # Delete all the target stages, to force them to rebuild next build.sh.
4 # runs.
5 4
6 # 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
7 # 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 ./download.sh --extract
8 # and ./host-tools.sh will have to do their thing again, which takes a while.) 7 # and ./host-tools.sh will have to do their thing again, which takes a while.)
9 8