Date: Sat, 17 Jan 2004 10:51:55 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk Message-ID: <200401171851.i0HIptqf074673@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401171851.i0HIptqf074673>