summaryrefslogtreecommitdiff
path: root/bootstrap/cleanup
diff options
context:
space:
mode:
authorbillc <billc>2009-05-17 23:44:48 +0000
committerbillc <billc>2009-05-17 23:44:48 +0000
commitfb4c3d04aa02a6227cc79fcd81158aad77185727 (patch)
tree3e4cfa3fd2c4eb45bde0b479f35dde1934f85978 /bootstrap/cleanup
parent1bcfeff241b2f744205f59d8563b7cdce7ed14f3 (diff)
downloadpkgsrc-fb4c3d04aa02a6227cc79fcd81158aad77185727.tar.gz
also cleanup for testbootstrap
Diffstat (limited to 'bootstrap/cleanup')
-rwxr-xr-xbootstrap/cleanup7
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap/cleanup b/bootstrap/cleanup
index 2e06e206eef..fade1b4efd6 100755
--- a/bootstrap/cleanup
+++ b/bootstrap/cleanup
@@ -1,7 +1,12 @@
#! /bin/sh
-# $NetBSD: cleanup,v 1.8 2005/05/15 10:55:06 rillig Exp $
+# $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
+