Module Name: src
Committed By: dyoung
Date: Wed Mar 31 00:00:33 UTC 2010
Modified Files:
src/sys/arch/xen: Makefile
Log Message:
Include more sources in the tags target. Don't compute tags on some
non-existent assembly-language files.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/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/xen/Makefile
diff -u src/sys/arch/xen/Makefile:1.8 src/sys/arch/xen/Makefile:1.9
--- src/sys/arch/xen/Makefile:1.8 Tue Aug 18 17:21:51 2009
+++ src/sys/arch/xen/Makefile Wed Mar 31 00:00:33 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/08/18 17:21:51 dyoung Exp $
+# $NetBSD: Makefile,v 1.9 2010/03/31 00:00:33 dyoung Exp $
.include <bsd.own.mk>
@@ -17,9 +17,14 @@
SXEN+= ${SYSDIR}/arch/xen/include/*.h
SXEN+= ${SYSDIR}/arch/xen/include/*/*.h
SXEN+= ${SYSDIR}/arch/xen/include/*/*/*.h
+SXEN+= ${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]
AXEN!= ${TOOL_AWK} '/^\#/ { next } ($$2 ~ /^arch.*\.[sS]$$/) {print "${SYSDIR}/" $$2}' \
${SYSDIR}/arch/xen/conf/files.xen
-AXEN+= ${SYSDIR}/arch/xen/${XEN_BUILD}/*.[sS]
+#AXEN+= ${SYSDIR}/arch/xen/${XEN_BUILD}/*.[sS]
# Directories in which to place tags links
DXEN= xen ${XEN_MACHINE_ARCHS} include