annotate clean.sh @ 936:eb7e1087f0ee

Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
author Rob Landley <rob@landley.net>
date Fri, 18 Dec 2009 03:36:12 -0600
parents 626288dd5cf3
children 3d2261361009
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
887
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #!/bin/bash
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
2
888
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 887
diff changeset
3 # Delete all the target stages, to force them to rebuild next build.sh.
887
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
4
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
5 # This leaves build.packages and build/host alone. (You can delete those
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
6 # too if you like, rm -rf build is safe, it just means ./download.sh --extract
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
7 # and ./host-tools.sh will have to do their thing again, which takes a while.)
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
8
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
9 rm -rf build/*-*