| Age | Commit message (Expand) | Author |
| 2022-03-29 | get rid of old style `` command substitution in shell and use $() instead. | christos |
| 2018-12-26 | Remove extra -c. -c has been the default behavior since 2003, and | christos |
| 2006-03-16 | Now that we have real build system support for syspkgs, remove someone's | jwise |
| 2004-01-29 | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, | lukem |
| 2004-01-27 | There's no need to use :N-c with ${INSTALL_FILE}. | lukem |
| 2003-11-07 | Support MAKEVERBOSE more effectively. | lukem |
| 2003-10-20 | fix parallel-make race. | chs |
| 2003-10-19 | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display | lukem |
| 2003-10-18 | implement MAKEVERBOSE for rules which are of the form: | lukem |
| 2003-08-03 | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of | lukem |
| 2003-07-28 | Pull in <bsd.sys.mk> as well, for the TOOL_ variables in the | lukem |
| 2003-07-20 | Use ltarg=`stat -qf '%Y' $l` to read a symlink's target (and rely upon | lukem |
| 2003-07-18 | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. | lukem |
| 2002-11-26 | Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, | lukem |
| 2002-10-22 | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. | perry |
| 2002-08-24 | don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK}, | lukem |
| 2002-02-11 | Don't use .PHONY for targets that are actually installed. Instead use force | mycroft |
| 2001-11-28 | Fix the :U's used with ${UPDATE} so that stray values don't get put into | tv |
| 2001-11-19 | replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK} | perry |
| 2001-11-02 | Improve readability and reduce redundant redundancy in share/mk; add some | tv |
| 2001-05-08 | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, | sommerfeld |
| 2000-07-07 | test -h, not test -L. | cgd |
| 2000-06-06 | Abuse .USE some more. | mycroft |
| 2000-06-06 | Minor rearrangement. | mycroft |
| 2000-06-06 | Use ODE make(1) features to eliminate extra variables and move several things | mycroft |
| 2000-04-24 | White space bogons (double spaces, spaces instead of tabs). | simonb |
| 2000-04-23 | Change SYMLINKS so that the link isn't recreated if it already points | simonb |
| 2000-02-26 | Make sure the `rm' and `ln' for a link are in the same shell command. | mycroft |
| 2000-02-10 | fix link creation: | drochner |
| 2000-01-24 | Fix a bogon that caused some symlinks to not be installed. | mycroft |
| 2000-01-22 | Adjust symlink crap for all/realall changes. | mycroft |
| 1999-08-22 | When test(1)ing for a symlink, use the -h primitive instead of -L. Although | kleink |
| 1999-08-21 | Add ${INSTPRIV} to ${INSTALL} commands. | simonb |
| 1999-02-04 | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing | christos |
| 1999-01-15 | allow generated kernel includes and support mips pubassym.cf mechanism | castor |
| 1998-12-31 | Change make to ${MAKE} to allow standard make to be overridden. | castor |
| 1998-09-29 | Missed a few preserve flags. | christos |
| 1998-06-12 | add bsd.kinc.mk, a template to support the new kernel include file | cgd |