summaryrefslogtreecommitdiff
path: root/mk/package/package.mk
AgeCommit message (Expand)AuthorFilesLines
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-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-4/+4
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 cleanjoerg1-4/+4
2006-10-08Added a new variable MAKE_PACKAGE_AS_ROOT that controls whether therillig1-1/+5
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-10/+10
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 byjlam1-9/+13
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_MSGjlam1-9/+9
2006-06-05Allow overrides of the public targets, e.g. "install", "package", etc.jlam1-1/+3
2006-06-03First pass at implementing support for package system flavors otherjlam1-0/+109