| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mk | lukem |
| 2021-12-14 | Pass W with IDU for lint and deps. | christos |
| 2020-07-01 | bsd.dep.mk: fix "make tags" (again) | lukem |
| 2020-06-22 | bsd.dep.mk: revert 1.85 (for now) | lukem |
| 2020-06-21 | bsd.dep.mk: fix "make tags" | lukem |
| 2019-01-21 | Most of the mv operations are to move temporary files to their final place. | christos |
| 2016-12-21 | Don't remap mkdep, otherwise we add dependencies for /usr/include instead | christos |
| 2014-12-01 | PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt | erh |
| 2014-07-19 | when calling mkdep, pass any -std=* flags for C and C++ source files | plunky |
| 2013-12-05 | add ${MKTARGET_CREATE} for tags | matt |
| 2013-10-31 | create mkdep output with a temporary file so that failures in | mrg |
| 2013-10-28 | add MKDEPCXX, that is used for C++ files depend creation. also | mrg |
| 2013-03-05 | Add a rule to rebuild dependency files that contain stale entries automatically. | christos |
| 2013-03-05 | MKDEPINCLUDES support. | christos |
| 2012-11-18 | Change some .if defined(SRCS) to .if defined(SRCS) && !empty(SRCS) | apb |
| 2012-02-19 | Add support for --combine with gcc. | matt |
| 2011-09-10 | Move all "clean" and "cleandir" processing to a new bsd.clean.mk | apb |
| 2011-04-10 | For USETOOLS=yes, use the --sysroot support of the compiler to cut down | joerg |
| 2011-02-06 | Allow HOSTLIB to use C++ by not specifying -nostdinc++. | joerg |
| 2011-01-12 | Allow use of traditional CPP to be set on a per platform base in sys.mk. | joerg |
| 2010-01-25 | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the | christos |
| 2008-10-25 | Use ${TOOL_SED} instead if plain sed in Makefiles. | apb |
| 2004-04-18 | remove AINC support; it is now unnecessary | lukem |
| 2004-01-29 | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, | lukem |
| 2004-01-27 | Replace | lukem |
| 2003-11-11 | Use -- to separate mkdep options from cc ones. | dsl |
| 2003-11-10 | Use modified mkdep(1) (not cat) to merge '*.d' into '.depend'. | dsl |
| 2003-10-28 | fix a typo in previous pointed out by lukem | mrg |
| 2003-10-27 | allow -traditional-cpp to be overridden when making dependancies | mrg |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display | lukem |
| 2003-10-18 | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. | lukem |
| 2003-08-11 | order .SUFFIXES similar to other *.mk files | lukem |
| 2003-08-06 | Handle empty __DPSRCS.d, avoiding executing commands like "cat > .depend" | martin |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-08-01 | tweak ${DEPENDSRCS.d} target so that ${SRCS} isn't there. this fixes the | lukem |
| 2003-07-31 | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix | lukem |
| 2003-07-29 | Set .NOPATH for all ${DEPENDSRCS} and not just .depend. | lukem |
| 2003-07-28 | Use the more "standard" `foo.d' instead of `foo.SUFFIX.dep'; the rules | lukem |
| 2003-07-28 | Make all the suffix rules with .c .c.dep (e.g not .cc .cc.cc.dep) | matt |
| 2003-07-28 | Simplify .*.dep generation by using suffix transforms. | lukem |
| 2003-07-28 | Always use the "per source file".dep method to build the .depend file | lukem |
| 2003-07-27 | introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system | mrg |
| 2003-07-18 | whitespace cleanup | lukem |
| 2003-06-11 | Add missing } for rev. 1.43. | wiz |
| 2003-06-11 | Also recognize cpp files as C++ files for CYGWIN case. | wiz |
| 2003-06-11 | recognize .cpp as c++ files. | christos |
| 2003-05-27 | Back this out until I know why it does not work. | wiz |
| 2003-05-27 | Add .cpp dependency rules. | wiz |
| 2003-05-08 | Fix _HOST_CYGWIN lossage. | christos |