cvs commit: src/bin Makefile src/libexec Makefile src/sbin
Makefile src/usr.bin Makefile src/usr.sbin Makefile
Ruslan Ermilov
ru at FreeBSD.org
Fri Jan 16 07:23:23 PST 2004
ru 2004/01/16 07:23:19 PST
FreeBSD src repository
Modified files:
bin Makefile
libexec Makefile
sbin Makefile
usr.bin Makefile
usr.sbin Makefile
Log:
- Build things in pure dictionary order (see sort(1)).
- Unify the conditional assignments section so that architectural
exclusions come first, then options and !options, sorted by the
option name, also in directory order, then architecture specific
sections, sorted by the architecture name, with i386 being a
traditional exception.
Prodded by: bde
Revision Changes Path
1.24 +8 -5 src/bin/Makefile
1.64 +12 -6 src/libexec/Makefile
1.132 +38 -23 src/sbin/Makefile
1.254 +57 -41 src/usr.bin/Makefile
1.283 +144 -91 src/usr.sbin/Makefile
More information about the cvs-src
mailing list