Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external Sort SUBDIR alphabetically. Tested with build.sh -...



details:   https://anonhg.NetBSD.org/src/rev/bc62be968339
branches:  trunk
changeset: 779724:bc62be968339
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Jun 13 23:41:09 2012 +0000

description:
Sort SUBDIR alphabetically.  Tested with build.sh -j8 on amd64.

diffstat:

 external/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r e8aa9e7020c5 -r bc62be968339 external/Makefile
--- a/external/Makefile Wed Jun 13 23:00:05 2012 +0000
+++ b/external/Makefile Wed Jun 13 23:41:09 2012 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.16 2011/02/17 07:52:10 jruoho Exp $
+#      $NetBSD: Makefile,v 1.17 2012/06/13 23:41:09 riz Exp $
 
-SUBDIR+= apache2 atheros bsd intel-fw-eula intel-fw-public gpl2 gpl3 historical
-SUBDIR+= ibm-public public-domain cddl mit
+SUBDIR+= apache2 atheros bsd cddl gpl2 gpl3 historical intel-fw-eula
+SUBDIR+= intel-fw-public ibm-public mit public-domain
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index