diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
commit | da712f263e4d7574d44383ba78f54f5daeb4432d (patch) | |
tree | a7301d8ef7a0e76fb15dd3d1fcb35af7f1a50681 /bootstrap | |
parent | e53eb557ecd23255a5117ef95e932d3a9892b5ad (diff) | |
download | pkgsrc-da712f263e4d7574d44383ba78f54f5daeb4432d.tar.gz |
Add a marker for bootstrap packages to allow special cases them during
bulk builds.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 6 |
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 |