]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sort the .PATH entries to give a more reasonable order of precedence:
authorDavid Schultz <das@FreeBSD.org>
Fri, 18 Jul 2008 02:18:34 +0000 (02:18 +0000)
committerDavid Schultz <das@FreeBSD.org>
Fri, 18 Jul 2008 02:18:34 +0000 (02:18 +0000)
commit6684d0ace3ef5120e8e810f25d05e411d395dbdd
tree620060657fb6e774e90169ec7b0e229f82e14dd9
parent91216e1ef102dab59de0cc02d1476ba028d4aa9c
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).
lib/msun/Makefile