Module Name: src Committed By: erh Date: Mon Dec 1 01:34:30 UTC 2014
Modified Files: src/share/mk: bsd.dep.mk bsd.hostlib.mk bsd.hostprog.mk bsd.lib.mk bsd.prog.mk Log Message: PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/share/mk/bsd.dep.mk cvs rdiff -u -r1.18 -r1.19 src/share/mk/bsd.hostlib.mk cvs rdiff -u -r1.73 -r1.74 src/share/mk/bsd.hostprog.mk cvs rdiff -u -r1.355 -r1.356 src/share/mk/bsd.lib.mk cvs rdiff -u -r1.290 -r1.291 src/share/mk/bsd.prog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.