Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 1 | -3/+3 | |
in various places. | |||||
2006-01-19 | Fix antoher cut and paste (tabs-to-whitespace) bug. | jlam | 1 | -2/+2 | |
2006-01-19 | Change leading spaces into a tab to fix clean if WRKOBJDIR is defined. | jlam | 1 | -2/+2 | |
2006-01-19 | * Split out the "clean" targets and variables and put them into a separate | jlam | 1 | -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. |