Module Name: src Committed By: mrg Date: Mon Oct 28 01:47:13 UTC 2013
Modified Files: src/share/mk: bsd.README bsd.dep.mk bsd.own.mk bsd.sys.mk Log Message: add MKDEPCXX, that is used for C++ files depend creation. also add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}} to the dependancy rules. this makes it possible to have C++ files .d files created with the C++ compiler, and with the normal options for this file, which means that we can build libstdc++-v3 from gcc 4.8. To generate a diff of this commit: cvs rdiff -u -r1.320 -r1.321 src/share/mk/bsd.README cvs rdiff -u -r1.77 -r1.78 src/share/mk/bsd.dep.mk cvs rdiff -u -r1.753 -r1.754 src/share/mk/bsd.own.mk cvs rdiff -u -r1.228 -r1.229 src/share/mk/bsd.sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.