summaryrefslogtreecommitdiff
path: root/mk/package
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdirleot1-4/+1
2016-04-10Remove support for USE_DESTDIR=no.joerg1-20/+1
2013-05-23prevent to generate binary package in ${PACKAGES} from the side effect ofobache1-1/+2
2012-10-02Fixes for target "repackage"cheusov1-6/+5
2012-05-27"rebuild" and "retest" targets were added (by analogy with "reinstall").cheusov1-1/+11
2011-10-15Rename "flavor" to "pkgformat".reed1-3/+3
2010-03-08Add a new package-clean target to remove the binary package again.joerg1-2/+14
2010-02-25Rename internal package-clean target to package-eat-cookie.joerg1-5/+5
2010-02-24Rename the install phase to stage-install. Introduce a new installjoerg1-2/+2
2009-06-09Add support for using USE_DESTDIR=yes and replace together.joerg1-2/+2
2009-04-09Remove support for NO_PACKAGE.joerg1-18/+2
2009-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig2-6/+6
2008-01-04Made the .include directives simpler, since the directory of therillig1-2/+2
2007-03-08Renamed package-warnings to _package-warnings, since it is a privaterillig1-15/+17
2006-10-09Main infrastructure for DESTDIR support.joerg1-1/+3
2006-10-09Add two variables to control whether make package and make cleanjoerg2-19/+5
2006-10-08Added a new variable MAKE_PACKAGE_AS_ROOT that controls whether therillig2-2/+19
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam2-4/+4
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam2-15/+15
2006-07-07Make configure, install, and package barrier-aware even if NO_CONFIGURE,jlam1-2/+4
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-06The "replace" target does conceptually the same thing as the "install"jlam1-1/+5
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam2-14/+21
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-7/+9
2006-06-18Removed duplicate definition of _PACKAGE_COOKIE.rillig1-3/+1
2006-06-14Insert cookie checks into the "real-install" and "real-package" targets,jlam1-1/+3
2006-06-10Restore missing ${SETENV} ${BUILD_ENV} that was dropped during the initialjlam1-2/+2
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-1/+2
2006-06-08If the package cookie file exists, then we don't need to do anything.jlam1-2/+11
2006-06-071.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resultedtron1-8/+8
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam2-11/+11
2006-06-05Allow overrides of the public targets, e.g. "install", "package", etc.jlam2-4/+10
2006-06-03First pass at implementing support for package system flavors otherjlam2-0/+154