summaryrefslogtreecommitdiff
path: root/mk/install
AgeCommit message (Expand)AuthorFilesLines
2007-03-09Replaced the remaining PKG_SILENT/PKG_DEBUG pairs with RUN.rillig1-6/+9
2007-03-09Fixed the quoting in INSTALLATION_DIRS and install-dirs-from-PLIST.rillig1-33/+32
2007-03-09Added MAKEFLAGS to the RECURSIVE_MAKE call. Almost all other callsrillig1-2/+3
2007-03-09Renamed some more flavor-specific targets to have the form _flavor-*.rillig2-55/+7
2007-03-08Renamed replace-pkg to _flavor-replace and undo-replace-pkg torillig1-6/+6
2007-03-02Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'.wiz1-5/+5
2007-03-02Desupport unused FORCE_PKG_REGISTER.wiz1-2/+2
2007-03-02Remove support for obsolete and unused NO_PKG_REGISTER.wiz1-3/+3
2007-02-20Cleaned up the code:rillig1-41/+30
2007-01-06Moved the code that installs check-files on the hook from install.mk torillig1-5/+1
2006-12-15Set NO_MTREE for packages flagged as allowing DESTDIR. They are supposedjoerg1-1/+8
2006-11-21Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD.joerg1-1/+5
2006-11-12Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now inrillig1-7/+1
2006-11-12Moved the check for whether check-wrkref should be run fromrillig1-4/+1
2006-11-11Added some documentation.rillig1-19/+23
2006-11-11Moved the check whether check-shlibs should be run fromrillig1-4/+1
2006-11-07Just make the PREFIX with INSTALL_DATA_DIR. Drop the conditional andjoerg1-2/+2
2006-11-04When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does notrillig2-2/+45
2006-11-03Fix thinko: INSTALLATION_DIRS entries don't have ${DESTDIR} as prefix,joerg1-3/+3
2006-11-03Don't reset the "installed" state when using DESTDIR operations onjoerg1-1/+3
2006-11-03Add package-install. For non-DESTDIR builds, package and package-installjoerg1-2/+2
2006-10-26Change INSTALL_MAKE_FLAGS to be _appended_ to MAKE_FLAGS when runningrillig1-3/+3
2006-10-13Added a new post-installation check to see whether the files have theirrillig1-1/+4
2006-10-09Main infrastructure for DESTDIR support.joerg1-13/+26
2006-10-09Add variable to control whether the install target is run as root.joerg1-1/+5
2006-10-06Added more error checking: If a directory is specified inrillig1-1/+5
2006-10-05Both, the pkgsrc user and the package maintainer must agree that thisrillig1-3/+3
2006-10-03Rewrote the bin-install target so that it doesn't lock LOCALBASErillig1-20/+31
2006-09-09Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392.obache1-2/+2
2006-08-09Drop .ORDER declarations since pkgsrc doesn't support "make -j ...".jlam2-4/+2
2006-08-09Only acquire the localbase lock after acquiring root privileges. Thisjlam1-3/+9
2006-08-04Fixed the locking, as suggested by Johnny on the tech-pkg mailing list.rillig3-8/+17
2006-08-04Rewrote the header comment so that "bin-install" can be found by "bmakerillig1-4/+6
2006-08-04Moved the bin-install target from bsd.pkg.mk to install/bin-install.mk.rillig1-0/+64
2006-08-03When installing or deinstalling a package, it is not enough to lock therillig1-2/+2
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-2/+2
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam3-6/+6
2006-07-20The package directory path is "PKGPATH", not "PKG_PATH", which is usedjlam1-2/+2
2006-07-14Add a "bootstrap-register" target used specially by the bootstrap scriptjlam1-1/+10
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam1-4/+3
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam3-19/+19
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/+3
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam3-16/+28
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam2-8/+9
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 install cookie file exists, then we don't need to do anything.jlam1-8/+23
2006-06-071.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resultedtron1-6/+6