summaryrefslogtreecommitdiff
path: root/bootstrap/cleanup
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-03-31 23:46:14 +0000
committerjschauma <jschauma>2004-03-31 23:46:14 +0000
commit81364f3ec8222aeaa607f52d47cbf24a002ade32 (patch)
tree7e3fe782f69680331ae1df0df59f5126a8595191 /bootstrap/cleanup
parent78837ec99cd9b538db8d5262535b556d1f1f94d5 (diff)
downloadpkgsrc-81364f3ec8222aeaa607f52d47cbf24a002ade32.tar.gz
Bring support for --workdir to mkbinarykit (and cleanup)
Add a new flag to mkbinarykit that circumvents building a kit -- this allows you to first run ./bootstrap and then just ./mkbinarykit so you don't have to rebuild it again. Minor cleanup (sort OPSYS)
Diffstat (limited to 'bootstrap/cleanup')
-rwxr-xr-xbootstrap/cleanup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/cleanup b/bootstrap/cleanup
index 4fc7ded9148..8ee9cc04282 100755
--- a/bootstrap/cleanup
+++ b/bootstrap/cleanup
@@ -1,9 +1,9 @@
#! /bin/sh
-# $NetBSD: cleanup,v 1.4 2004/03/18 14:19:22 grant Exp $
+# $NetBSD: cleanup,v 1.5 2004/03/31 23:46:14 jschauma Exp $
#
-wrkdir=work
+wrkdir=${1:-work}
if [ -d /usr/ccs/bin -a -x /usr/ccs/bin/make ]; then
PATH=/usr/ccs/bin:$PATH; export PATH