Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 Compute tags for sys/external/intel-public/acp...



details:   https://anonhg.NetBSD.org/src/rev/7459362bac3f
branches:  trunk
changeset: 747045:7459362bac3f
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Aug 30 02:00:56 2009 +0000

description:
Compute tags for sys/external/intel-public/acpica/dist/ instead of
for sys/dist/acpica/.

diffstat:

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

diffs (28 lines):

diff -r 940dc20555d6 -r 7459362bac3f sys/arch/i386/Makefile
--- a/sys/arch/i386/Makefile    Sun Aug 30 01:54:33 2009 +0000
+++ b/sys/arch/i386/Makefile    Sun Aug 30 02:00:56 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.37 2009/05/28 18:13:46 dyoung Exp $
+#      $NetBSD: Makefile,v 1.38 2009/08/30 02:00:56 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -13,8 +13,7 @@
        ${SYSDIR}/arch/i386/pnpbios/*.[ch] \
        ${SYSDIR}/external/isc/atheros_hal/dist/*.[ch] \
        ${SYSDIR}/external/isc/atheros_hal/dist/*/*.[ch] \
-       ${SYSDIR}/external/isc/atheros_hal/ic/*.[ch] \
-       ${SYSDIR}/dist/acpica/*.[ch]
+       ${SYSDIR}/external/isc/atheros_hal/ic/*.[ch]
 SI386+=        ${SYSDIR}/arch/x86/x86/*.[ch] \
        ${SYSDIR}/arch/x86/acpi/*.[ch] \
        ${SYSDIR}/arch/x86/include/*.h \
@@ -30,6 +29,8 @@
 tags:
        -rm -f ${TI386}
        -echo ${SI386} | xargs ctags -wadtf ${TI386}
+       -find -H ${SYSDIR}/external/intel-public/acpica/dist/ -name '*.[ch]' | \
+           sort -t / -u | xargs ctags -wadtf ${TI386}
        -${FINDCOMM} | xargs ctags -wadtf ${TI386}
        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
            ${TOOL_SED} -e \



Home | Main Index | Thread Index | Old Index