Source-Changes-HG archive

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

[src/trunk]: src/external Switch the build to use the new location of ACPICA.



details:   https://anonhg.NetBSD.org/src/rev/bc0be847b8ab
branches:  trunk
changeset: 762177:bc0be847b8ab
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Feb 17 07:52:10 2011 +0000

description:
Switch the build to use the new location of ACPICA.

diffstat:

 external/Makefile     |  4 ++--
 external/bsd/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e9a71671b490 -r bc0be847b8ab external/Makefile
--- a/external/Makefile Thu Feb 17 07:48:16 2011 +0000
+++ b/external/Makefile Thu Feb 17 07:52:10 2011 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.15 2010/12/03 21:38:46 plunky Exp $
+#      $NetBSD: Makefile,v 1.16 2011/02/17 07:52:10 jruoho Exp $
 
 SUBDIR+= apache2 atheros bsd intel-fw-eula intel-fw-public gpl2 gpl3 historical
-SUBDIR+= ibm-public intel-public public-domain cddl mit
+SUBDIR+= ibm-public public-domain cddl mit
 
 .include <bsd.subdir.mk>
diff -r e9a71671b490 -r bc0be847b8ab external/bsd/Makefile
--- a/external/bsd/Makefile     Thu Feb 17 07:48:16 2011 +0000
+++ b/external/bsd/Makefile     Thu Feb 17 07:52:10 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.27 2011/02/06 01:13:43 joerg Exp $
+#      $NetBSD: Makefile,v 1.28 2011/02/17 07:52:10 jruoho Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= am-utils bind cron dhcpcd fetch file flex libarchive libevent liblzf \
-       libpcap mdocml openresolv top byacc wpa ntp tcpdump
+SUBDIR+= acpica am-utils bind cron dhcpcd fetch file flex libarchive \
+       libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump
 
 .if (${MKATF} != "no")
 SUBDIR+= atf



Home | Main Index | Thread Index | Old Index