cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk
Ruslan Ermilov
ru at FreeBSD.org
Sat Jan 17 10:51:56 PST 2004
ru 2004/01/17 10:51:55 PST
FreeBSD src repository
Modified files:
share/mk bsd.dep.mk bsd.lib.mk
Log:
Guess better the source for object files in case .depend file is
missing and there are multiple choices using multiple inference
(suffix transformation) rules.
This is known to fix compilation of s_log1p.o in lib/msun on i386,
as otherwise it attempted to use s_log1p.S as the source (which is
marked broken) instead of legal s_log1p.c which is in CFLAGS. The
normal case where .depend file exists is not affected.
Reviewed by: bde
Revision Changes Path
1.44 +12 -0 src/share/mk/bsd.dep.mk
1.155 +6 -0 src/share/mk/bsd.lib.mk
More information about the cvs-src
mailing list