view more/clean.sh @ 1801:8d8a961cfbca draft

Elf2flt doesn't handle pic relocations well. Add an option to make it less bad.
author Rob Landley <rob@landley.net>
date Mon, 26 Oct 2015 14:35:14 -0500
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/*-*