summaryrefslogtreecommitdiff
path: root/bootstrap/cleanup
blob: fade1b4efd6225e96502b0d20cc632e73153afc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
# $NetBSD: cleanup,v 1.9 2009/05/17 23:44:48 billc Exp $

wrkdir=${1:-work}

rm -f -r "$wrkdir"
rm -f Makefile.inc mk.conf.example */config.cache

# Also clean up from people who run testbootstrap
rm -rf .db pkg
rm -f BOOTSTRAP.LOG