diff options
author | joerg <joerg@pkgsrc.org> | 2007-05-09 23:33:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-05-09 23:33:51 +0000 |
commit | 79cc54a7ec05ff1b8133a1bbfcd384822e836085 (patch) | |
tree | 05d9b67d8778e1265cbc2f4152928df22927e918 /mk/bsd.pkg.subdir.mk | |
parent | 0159c64b22f5e3c0e33977383c9f967c7a144cab (diff) | |
download | pkgsrc-79cc54a7ec05ff1b8133a1bbfcd384822e836085.tar.gz |
Add two targets, pbulk-index and pbulk-index-item.
pbulk-index-item prints a number of variables used by the parallel bulk
build code during either the build, the report or the upload phase.
pbulk-index checks whether multiple versions of the current package
could be build (e.g. because multiple Python versions are supported) and
uses pbulk-index-item for each possible combination.
Thanks to David Laight for explaining the different between using :[#]
in the body of a make target and in a clause of an .if.
Powered-by: Google SoC 2007.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r-- | mk/bsd.pkg.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index 6fced25f361..86fa7851b61 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.subdir.mk,v 1.65 2006/07/27 21:46:45 jlam Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.66 2007/05/09 23:33:52 joerg Exp $ # Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # @@ -90,7 +90,7 @@ ${SUBDIR}:: show-downlevel show-pkgsrc-dir show-var show-vars \ bulk-install bulk-package fetch-list-one-pkg \ fetch-list-recursive update clean-update lint \ - check-vulnerable \ + check-vulnerable pbulk-index \ ${PKG_MISC_TARGETS} .if !target(__target) .PHONY: ${__target} |