Include more sources in the tags target. Don't compute tags on some

non-existent assembly-language files.
This commit is contained in:
dyoung 2010-03-31 00:00:33 +00:00
parent 9174b80259
commit 2cb6d7b338

View File

@ -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!= ${TOOL_AWK} '/^\#/ { next } ($$2 ~ /^arch.*\.[c]$$/) {print "${SYSDIR}/"
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