diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-03-31 23:46:14 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-03-31 23:46:14 +0000 |
commit | c6905a5e4238043d07f96adfcca2f67700631eaf (patch) | |
tree | 7e3fe782f69680331ae1df0df59f5126a8595191 /bootstrap/cleanup | |
parent | a3697a8bc936d6bcbe20b4dd597a2111ea5456c3 (diff) | |
download | pkgsrc-c6905a5e4238043d07f96adfcca2f67700631eaf.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-x | bootstrap/cleanup | 4 |
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 |