summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-04 01:59:52 +0000
committergrant <grant@pkgsrc.org>2004-04-04 01:59:52 +0000
commit54e0e3b743e42ffbad6a4ed00742896565ce5049 (patch)
tree1cd86fd6c5275a151a28b009fd0b2168c48cff0c /bootstrap
parentf44a04630fab6bc2e35e29aa850b49130f66a8f5 (diff)
downloadpkgsrc-54e0e3b743e42ffbad6a4ed00742896565ce5049.tar.gz
remove a redundant comment
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/mkbinarykit4
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 ]'