On Tue, 16 Nov 2010, Adrian Chadd wrote:

Log:
 .. and then notice that the list of mk files is ordered, and update to suit.

Please also notice that c is before d, e and f in the English alphapbet.
Also note that cr is after c[o-p] in lexicographical order.

Modified: head/share/mk/Makefile
==============================================================================
--- head/share/mk/Makefile      Tue Nov 16 22:21:14 2010        (r215411)
+++ head/share/mk/Makefile      Tue Nov 16 22:22:16 2010        (r215412)
@@ -5,14 +5,14 @@ FILES=        bsd.README
FILES+= bsd.arch.inc.mk
FILES+= bsd.compat.mk bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.dtrace.mk
FILES+= bsd.endian.mk
-FILES+=        bsd.files.mk bsd.incs.mk bsd.info.mk bsd.init.mk
+FILES+=        bsd.files.mk bsd.crunchgen.mk bsd.incs.mk bsd.info.mk 
bsd.init.mk
FILES+= bsd.kmod.mk
FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk
FILES+= bsd.obj.mk bsd.own.mk
FILES+= bsd.port.mk bsd.port.options.mk bsd.port.post.mk
FILES+= bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk
FILES+= bsd.snmpmod.mk bsd.subdir.mk bsd.sys.mk bsd.symver.mk
-FILES+=        sys.mk version_gen.awk bsd.crunchgen.mk
+FILES+=        sys.mk version_gen.awk
NO_OBJ=
FILESDIR=       ${BINDIR}/mk

The previous (and only other) insertion sort error in this file was putting
bsd.symver.mk after bsd.sys.mk.

Bruce
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to