Module Name:    src
Committed By:   dyoung
Date:           Fri Mar 18 19:46:20 UTC 2011

Modified Files:
        src/sys/arch/amd64: Makefile

Log Message:
Fix tags target.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/Makefile
diff -u src/sys/arch/amd64/Makefile:1.6 src/sys/arch/amd64/Makefile:1.7
--- src/sys/arch/amd64/Makefile:1.6	Wed Apr 28 20:22:46 2010
+++ src/sys/arch/amd64/Makefile	Fri Mar 18 19:46:19 2011
@@ -1,12 +1,20 @@
-#	$NetBSD: Makefile,v 1.6 2010/04/28 20:22:46 dyoung Exp $
+#	$NetBSD: Makefile,v 1.7 2011/03/18 19:46:19 dyoung Exp $
 
 # Makefile for amd64 tags file and boot blocks
 
 TAMD64=		${SYSDIR}/arch/amd64/tags
 SAMD64=		${SYSDIR}/arch/amd64/amd64/*.[ch] \
-		${SYSDIR}/arch/amd64/include/*.h
-AAMD64=		${SYSDIR}/arch/amd64/amd64/*.S
-
+		${SYSDIR}/arch/amd64/include/*.h \
+		${SYSDIR}/external/isc/atheros_hal/dist/*.[ch] \
+		${SYSDIR}/external/isc/atheros_hal/dist/*/*.[ch] \
+		${SYSDIR}/external/isc/atheros_hal/ic/*.[ch]
+SAMD64+=	${SYSDIR}/arch/x86/x86/*.[ch] \
+		${SYSDIR}/arch/x86/acpi/*.[ch] \
+		${SYSDIR}/arch/x86/include/*.h \
+		${SYSDIR}/arch/x86/isa/*.[ch] \
+		${SYSDIR}/arch/x86/pci/*.[ch]
+AAMD64=		${SYSDIR}/arch/amd64/amd64/*.S \
+		${SYSDIR}/arch/amd64/acpi/*.S
 # Directories in which to place tags links
 DAMD64=		amd64 isa include pci
 
@@ -20,7 +28,7 @@
 	-${FINDCOMM} | xargs ctags -wadtf ${TAMD64}
 	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AAMD64} | \
 	    ${TOOL_SED} -e \
-		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3	\1	/^\2(\3\4$$/;" \
 		>> ${TAMD64}
 	sort -o ${TAMD64} ${TAMD64}
 

Reply via email to