From deacc0dc3b3fd77326fea5918bd7bdf12ef77012 Mon Sep 17 00:00:00 2001 From: dyoung Date: Mon, 28 Jan 2008 18:22:36 +0000 Subject: [PATCH] Don't run ctags on unichromreg.h, its #definitions cover important symbols. --- sys/kern/Make.tags.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 8f3cb0c9b0be..a4c10cdcd249 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $NetBSD: Make.tags.inc,v 1.17 2008/01/10 07:19:54 dyoung Exp $ +# $NetBSD: Make.tags.inc,v 1.18 2008/01/28 18:22:36 dyoung Exp $ # # from: @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93 @@ -15,7 +15,7 @@ # This promises to be easier to maintain, considering how often the directory # structure of the kernel sources has been changing recently. SYSDIR?= ${.CURDIR:H:H} -FINDCOMM= find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \) -print | \ +FINDCOMM= find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'unichromereg.h' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \) -print | \ sort -t / -u COMM!= ${FINDCOMM} .endif