Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/bootstrap/cleanup,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- pkgsrc/bootstrap/cleanup 2005/05/15 10:55:06 1.8 +++ pkgsrc/bootstrap/cleanup 2009/05/17 23:44:48 1.9 @@ -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 +