Date: Fri, 18 Jul 2008 02:18:34 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun Makefile Message-ID: <200807180218.m6I2IcpU076740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-07-18 02:18:34 UTC
FreeBSD src repository
Modified files:
lib/msun Makefile
Log:
SVN rev 180581 on 2008-07-18 02:18:34Z by das
Sort the .PATH entries to give a more reasonable order of precedence:
1. architecture-specific files
2. long double format-specific files
3. bsdsrc
4. src
5. man
The original order was virtually the opposite of this.
This should not cause any functional changes at this time. The
difference is only significant when one wants to override, say, a
generic foo.c with a more specialized foo.c (as opposed to foo.S).
Revision Changes Path
1.95 +5 -4 src/lib/msun/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807180218.m6I2IcpU076740>
