Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen Include more sources in the tags target. Don't...
details: https://anonhg.NetBSD.org/src/rev/d131be3193a4
branches: trunk
changeset: 753499:d131be3193a4
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Mar 31 00:00:33 2010 +0000
description:
Include more sources in the tags target. Don't compute tags on some
non-existent assembly-language files.
diffstat:
sys/arch/xen/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r f7ec38dd94f3 -r d131be3193a4 sys/arch/xen/Makefile
--- a/sys/arch/xen/Makefile Tue Mar 30 20:09:25 2010 +0000
+++ b/sys/arch/xen/Makefile Wed Mar 31 00:00:33 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index