summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.clean.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-06-01/tmp/cvs02076brillig1-9/+11
2007-11-15Fixed pkglint warnings.rillig1-11/+11
2007-11-15When cleaning up the working directories in WRKOBJDIR, also try torillig1-1/+2
remove the category directory, to not leave unnecessary empty directories around.
2007-07-02s/PRIVILEGED_STAGE/PRIVILEGED_STAGES/g as it could refer to multipleadrianp1-2/+2
stages in the future. Suggested by rillig@
2007-07-01Introduce PRIVILEGED_STAGE.adrianp1-1/+5
This can currently only be set to 'clean' which will result in a priveleged 'make clean' operation in case any package builds result in files under ${WRKSRC} that are owned by root. This is useful for certain packages e.g. python (on NetBSD) and ezm3 and possibly more.
2006-10-09Add two variables to control whether make package and make cleanjoerg1-3/+9
are run with elevated privileges. Remove MAKE_PACKAGE_AS_ROOT for now, since it is not sure whether the functionality in the current form will stay and developers should spend time on the destdir support instead.
2006-08-09Drop .ORDER declarations since pkgsrc doesn't support "make -j ...".jlam1-3/+1
2006-08-02Suppress the warning from make(1) that the error code is ignored whenrillig1-4/+4
files cannot be deleted.
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-2/+2
environment ${PKGSRC_MAKE_ENV} is also passed along. Create a convenience variable RECURSIVE_MAKE that does exactly this and that can be used in place of MAKE when invoking make recursively. Use RECURSIVE_MAKE everywhere in pkgsrc/mk that we invoke make recursively.
2006-07-20Don't bother with error messages when attempting to remove the "work"jlam1-2/+2
symlink in the pkgsrc tree in case it's actually a stale work directory. This gets rid of this error: ===> Cleaning for pkg_install-20060701 rm: work: is a directory *** Error code 1 (ignored)
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-3/+3
in various places.
2006-01-19Fix antoher cut and paste (tabs-to-whitespace) bug.jlam1-2/+2
2006-01-19Change leading spaces into a tab to fix clean if WRKOBJDIR is defined.jlam1-2/+2
2006-01-19* Split out the "clean" targets and variables and put them into a separatejlam1-0/+85
file pkgsrc/mk/bsd.pkg.clean.mk. * Reimplement the clean target so that we don't need to invoke a separate make process just to do clean-depends. * Reimplement clean-depends using a pipe to avoid command-line length issues.