diff options
author | grant <grant@pkgsrc.org> | 2004-04-04 01:59:52 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-04 01:59:52 +0000 |
commit | ba571e6d0cd8f7d67d9f192d2febcb7101d86039 (patch) | |
tree | 1cd86fd6c5275a151a28b009fd0b2168c48cff0c /bootstrap | |
parent | b16f2d7c2547f7bf6bce75bb311d69a76183f0a3 (diff) | |
download | pkgsrc-ba571e6d0cd8f7d67d9f192d2febcb7101d86039.tar.gz |
remove a redundant comment
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/mkbinarykit | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index aac1aa484df..badc64938ae 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mkbinarykit,v 1.3 2004/03/31 23:46:14 jschauma Exp $ +# $NetBSD: mkbinarykit,v 1.4 2004/04/04 01:59:52 grant Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is @@ -9,8 +9,6 @@ # by using --mkconf. Run this program from the bootstrap-pkgsrc # directory. -# Based on an e-mail from grant@netbsd.org -- cjep - usage="Usage: $0 "' [ --force ] [ --targetdir=<tar target dir> ] [ --mkconf=<target> ] [ --no-build ] [ --workdir=<work dir> ] [ bootstrap script arguments ]' |