summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorbillc <billc>2009-05-17 23:44:48 +0000
committerbillc <billc>2009-05-17 23:44:48 +0000
commiteeed438992e0785d6cf70f5e45a5234688f798cf (patch)
tree3e4cfa3fd2c4eb45bde0b479f35dde1934f85978 /bootstrap
parentf0290db6a1c564f55598c919ee2a26b910127fe4 (diff)
downloadpkgsrc-eeed438992e0785d6cf70f5e45a5234688f798cf.tar.gz
also cleanup for testbootstrap
Diffstat (limited to 'bootstrap')
-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
+