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 /mk | |
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 'mk')
-rw-r--r-- | mk/pbulk/pbulk-index.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk index 4f4fa4f9737..dc5dfd214ba 100644 --- a/mk/pbulk/pbulk-index.mk +++ b/mk/pbulk/pbulk-index.mk @@ -1,4 +1,4 @@ -# $NetBSD: pbulk-index.mk,v 1.8 2008/04/18 12:24:21 joerg Exp $ +# $NetBSD: pbulk-index.mk,v 1.9 2008/06/19 18:36:51 joerg Exp $ # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to the parallel bulk build @@ -93,6 +93,7 @@ pbulk-index-item: @echo "CATEGORIES="${CATEGORIES:Q} @echo "MAINTAINER="${MAINTAINER:Q} @echo "USE_DESTDIR="${_USE_DESTDIR:Q} + @echo "BOOTSTRAP_PKG="${BOOTSTRAP_PKG} .if defined(_PBULK_MULTI_NEEDED) @printf "MULTI_VERSION=" .for _t in ${_PBULK_MULTI_NEEDED} |