Mercurial > hg > aboriginal
view more/clean.sh @ 1737:1acbe7e78d9d draft
Switch from bz2 to gz tarball output.
bz2 is slowly being replaced by lz variants, but gzip isn't going anywhere.
(It retains a niche as a streaming protocol, it's the 80/20 solution optimizing
for speed, low memory requirements, and simple compressor implementation.)
author | Rob Landley <rob@landley.net> |
---|---|
date | Fri, 20 Feb 2015 13:12:45 -0600 |
parents | b2ea667e9f25 |
children |
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 these steps will have # to do their thing again: # # EXTRACT_ALL=1 ./download.sh # ./host-tools.sh rm -rf build/*-*