summaryrefslogtreecommitdiff
path: root/mk/pbulk
AgeCommit message (Collapse)AuthorFilesLines
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-04-18As all Python packages are required to include lang/python/pyversion.mkjoerg1-2/+2
anyway, simplify logic a bit: Add Python 2.5 to the default list, but also mark it as incompatible if wip/python25 is not present. Move the Darwin handling after setting a default value. Provide a new variable _PYTHON_VERSIONS_ACCEPTED that is filtered by PYTHON_VERSIONS_INCOMPATIBLE. This helps to avoid providing broken dependencies when a version is not supported as PYPKGPREFIX wouldn't be set in that case.
2008-01-15Print _USE_DESTDIR as USE_DESTDIR from pbulk-index.joerg1-1/+2
2007-11-13Allow _PBULK_MULTI to be overriden. Requested by seb@.joerg1-2/+2
2007-09-09Switched from pax to tar, as suggested by joerg@.rillig1-2/+2
2007-09-08Made the command that saves PREFIX silent.rillig1-2/+2
2007-09-07The WRKDIR and PREFIX can be saved in the log directory when a packagerillig1-1/+4
doesn't build properly. These options are off by default since they require much disk space.
2007-05-16set -e to abort on errors from the sub-makes.joerg1-2/+2
2007-05-09Add two targets, pbulk-index and pbulk-index-item.joerg1-0/+101
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.