Pullup ticket #3704.
[pkgsrcv2.git] / bootstrap / cleanup
1 #! /bin/sh
2 # $NetBSD: cleanup,v 1.8 2005/05/15 10:55:06 rillig Exp $
3
4 wrkdir=${1:-work}
5
6 rm -f -r "$wrkdir"
7 rm -f Makefile.inc mk.conf.example */config.cache
8
9 # Also clean up from people who run testbootstrap
10 rm -rf .db pkg
11 rm -f BOOTSTRAP.LOG
12