summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-19 18:36:51 +0000
committerjoerg <joerg>2008-06-19 18:36:51 +0000
commit2d3e3729b7bbf0e30499adf8e8f98308ba6db967 (patch)
treea7301d8ef7a0e76fb15dd3d1fcb35af7f1a50681 /bootstrap
parent0d3979f3338455d9f0cef79975fdf5af905f4eef (diff)
downloadpkgsrc-2d3e3729b7bbf0e30499adf8e8f98308ba6db967.tar.gz
Add a marker for bootstrap packages to allow special cases them during
bulk builds.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 34ddc062477..5a719fad006 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.131 2008/06/17 12:11:59 sketch Exp $
+# $NetBSD: bootstrap,v 1.132 2008/06/19 18:36:51 joerg Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -1056,6 +1056,10 @@ build_package() {
run_cmd "(cd $pkgsrcdir/$1 && $bmake -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)"
}
+#
+# Please make sure that the following packages and
+# only the following packages set BOOTSTRAP_PKG=yes.
+#
echo_msg "Installing packages"
build_package "pkgtools/bootstrap-mk-files"
case "$need_bsd_install" in