summaryrefslogtreecommitdiff
path: root/mk/build
AgeCommit message (Expand)AuthorFilesLines
2007-08-13Fixed the definition and the documentation of MAKE_PROGRAM.rillig1-7/+8
2007-06-13Added the keyword "parallel" to the description of MAKE_JOBS_SAFE.rillig1-1/+3
2007-03-18Documented MAKE_JOBS_SAFE.rillig1-1/+7
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig3-3/+17
2007-03-08Moved the build-env target from bsd.pkg.debug.mk to build/build.mk. Itrillig1-1/+13
2007-02-06Documented NO_BUILD.rillig1-1/+8
2007-01-28More documentation for the purpose of this file and a tiny wordingrillig1-4/+11
2007-01-27Document TEST_TARGET with help from Alistair Crooks.uebayasi1-1/+4
2006-12-15Remove trailing spaces.martti1-2/+2
2006-11-09Moved the portability checks from the configure/ directory to checks/,rillig1-1/+2
2006-10-26Changed BUILD_MAKE_FLAGS and TEST_MAKE_FLAGS to be appended to therillig2-10/+48
2006-10-05Add experimental support for -j jobs building in the buildreed1-3/+9
2006-09-09Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392.obache3-8/+8
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam3-6/+6
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam3-25/+25
2006-07-07The build target needs to be barrier aware even in the NO_BUILD case.seb1-2/+4
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam2-2/+4
2006-07-06Make "test" barrier-aware.jlam1-5/+11
2006-07-06Always run the "pkginstall" step even if NO_BUILD is specified.jlam1-2/+2
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam2-23/+18
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam3-10/+12
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam4-0/+332