summaryrefslogtreecommitdiff
path: root/mk/build
AgeCommit message (Expand)AuthorFilesLines
2016-04-10Remove support for USE_DESTDIR=no.joerg1-2/+1
2016-03-10Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, thesejperkin1-3/+1
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2012-12-06Introduce PKGGNUDIR as a way to control gnu prefix.jperkin1-1/+2
2012-05-27"rebuild" and "retest" targets were added (by analogy with "reinstall").cheusov2-2/+41
2012-05-02As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to testobache1-2/+2
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs3-6/+7
2010-02-01Pass down PKGINFODIR just like PKGMANDIR is passed down.joerg1-1/+2
2009-01-10run ${_ULIMIT_CMD} in build-env targettnn1-3/+3
2008-12-04Added MAKE_ENV and MAKE_FLAGS to the list of important variables.rillig1-2/+2
2008-11-05Mentioned PKGSRC_RUN_TEST using the standard formatting.rillig1-1/+6
2008-02-13Added keywords for "bmake help".rillig1-1/+2
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig3-12/+12
2008-01-04Made the .include directives simpler, since the directory of therillig1-3/+3
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig2-6/+4
2007-11-30Since the "build" target is run inside the pkgsrc barrier, "build-env"rillig1-1/+5
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