pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap also cleanup for testbootstrap



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68d1785f86ff
branches:  trunk
changeset: 393175:68d1785f86ff
user:      billc <billc%pkgsrc.org@localhost>
date:      Sun May 17 23:44:48 2009 +0000

description:
also cleanup for testbootstrap

diffstat:

 bootstrap/cleanup |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6e282f0185d6 -r 68d1785f86ff bootstrap/cleanup
--- a/bootstrap/cleanup Sun May 17 23:36:01 2009 +0000
+++ b/bootstrap/cleanup Sun May 17 23:44:48 2009 +0000
@@ -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
+



Home | Main Index | Thread Index | Old Index