annotate more/clean.sh @ 1839:c8293b3ab81f draft default tip

Teach chroot-splice to accept one or two arguments. (Control image now optional.)
author Rob Landley <rob@landley.net>
date Sun, 17 Jan 2016 21:18:52 -0600
parents b2ea667e9f25
children
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
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
5 # This leaves build.packages and build/host alone. You can delete those
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
6 # too if you like, "rm -rf build" is safe, it just means these steps will have
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
7 # to do their thing again:
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
8 #
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
9 # EXTRACT_ALL=1 ./download.sh
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.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
10 # ./host-tools.sh
887
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
11
2499abcf2df1 Add a clean.sh script, to "rm -rf build/*-*".
Rob Landley <rob@landley.net>
parents:
diff changeset
12 rm -rf build/*-*