Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 In the tags target, move x86 sources above xen...



details:   https://anonhg.NetBSD.org/src/rev/99b56e520657
branches:  trunk
changeset: 769194:99b56e520657
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Sep 02 22:12:48 2011 +0000

description:
In the tags target, move x86 sources above xen includes, for more
helpful tags.

diffstat:

 sys/arch/i386/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r a60faa332fe5 -r 99b56e520657 sys/arch/i386/Makefile
--- a/sys/arch/i386/Makefile    Fri Sep 02 22:07:33 2011 +0000
+++ b/sys/arch/i386/Makefile    Fri Sep 02 22:12:48 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2011/05/10 23:58:25 dyoung Exp $
+#      $NetBSD: Makefile,v 1.42 2011/09/02 22:12:48 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -18,12 +18,12 @@
        ${SYSDIR}/arch/x86/acpi/*.[ch] \
        ${SYSDIR}/arch/x86/include/*.h \
        ${SYSDIR}/arch/x86/isa/*.[ch] \
+       ${SYSDIR}/arch/x86/pci/*.[ch] \
        ${SYSDIR}/arch/xen/include/*.h \
        ${SYSDIR}/arch/xen/i386/*.[ch] \
        ${SYSDIR}/arch/xen/x86/*.[ch] \
        ${SYSDIR}/arch/xen/xen/*.[ch] \
-       ${SYSDIR}/arch/xen/xenbus/*.[ch] \
-       ${SYSDIR}/arch/x86/pci/*.[ch]
+       ${SYSDIR}/arch/xen/xenbus/*.[ch]
 AI386= ${SYSDIR}/arch/i386/i386/*.S \
        ${SYSDIR}/../common/lib/libc/arch/i386/*/*.S
 



Home | Main Index | Thread Index | Old Index