From da712f263e4d7574d44383ba78f54f5daeb4432d Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 19 Jun 2008 18:36:51 +0000 Subject: Add a marker for bootstrap packages to allow special cases them during bulk builds. --- bootstrap/bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit v1.2.3