Age | Commit message (Expand) | Author | Files | Lines |
2009-01-10 | run ${_ULIMIT_CMD} in build-env target | tnn | 1 | -3/+3 |
2008-12-04 | Added MAKE_ENV and MAKE_FLAGS to the list of important variables. | rillig | 1 | -2/+2 |
2008-11-05 | Mentioned PKGSRC_RUN_TEST using the standard formatting. | rillig | 1 | -1/+6 |
2008-02-13 | Added keywords for "bmake help". | rillig | 1 | -1/+2 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 3 | -12/+12 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -3/+3 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 2 | -6/+4 |
2007-11-30 | Since the "build" target is run inside the pkgsrc barrier, "build-env" | rillig | 1 | -1/+5 |
2007-08-13 | Fixed the definition and the documentation of MAKE_PROGRAM. | rillig | 1 | -7/+8 |
2007-06-13 | Added the keyword "parallel" to the description of MAKE_JOBS_SAFE. | rillig | 1 | -1/+3 |
2007-03-18 | Documented MAKE_JOBS_SAFE. | rillig | 1 | -1/+7 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 3 | -3/+17 |
2007-03-08 | Moved the build-env target from bsd.pkg.debug.mk to build/build.mk. It | rillig | 1 | -1/+13 |
2007-02-06 | Documented NO_BUILD. | rillig | 1 | -1/+8 |
2007-01-28 | More documentation for the purpose of this file and a tiny wording | rillig | 1 | -4/+11 |
2007-01-27 | Document TEST_TARGET with help from Alistair Crooks. | uebayasi | 1 | -1/+4 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-11-09 | Moved the portability checks from the configure/ directory to checks/, | rillig | 1 | -1/+2 |
2006-10-26 | Changed BUILD_MAKE_FLAGS and TEST_MAKE_FLAGS to be appended to the | rillig | 2 | -10/+48 |
2006-10-05 | Add experimental support for -j jobs building in the build | reed | 1 | -3/+9 |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392. | obache | 3 | -8/+8 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 3 | -6/+6 |
2006-07-21 | "BUILD_ENV" was misnamed. It's actually the environment that is passed | jlam | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 3 | -25/+25 |
2006-07-07 | The build target needs to be barrier aware even in the NO_BUILD case. | seb | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 2 | -2/+4 |
2006-07-06 | Make "test" barrier-aware. | jlam | 1 | -5/+11 |
2006-07-06 | Always run the "pkginstall" step even if NO_BUILD is specified. | jlam | 1 | -2/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 2 | -23/+18 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 3 | -10/+12 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 4 | -0/+332 |