Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Don't compute tags over cxgb, its symbols clash too...
details: https://anonhg.NetBSD.org/src/rev/e3d95e987b66
branches: trunk
changeset: 760685:e3d95e987b66
user: dyoung <dyoung%NetBSD.org@localhost>
date: Tue Jan 11 00:36:03 2011 +0000
description:
Don't compute tags over cxgb, its symbols clash too often with symbols
in other drivers and subsystems.
diffstat:
sys/kern/Make.tags.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 24621a57e9cc -r e3d95e987b66 sys/kern/Make.tags.inc
--- a/sys/kern/Make.tags.inc Tue Jan 11 00:14:41 2011 +0000
+++ b/sys/kern/Make.tags.inc Tue Jan 11 00:36:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Make.tags.inc,v 1.22 2010/11/04 03:15:50 dyoung Exp $
+# $NetBSD: Make.tags.inc,v 1.23 2011/01/11 00:36:03 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 -o -name coda \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c'
\! -name 'unichromereg.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \! -name 'aic79xxvar.h' \) -print | \
+FINDCOMM= find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump -o -name coda -o -name cxgb \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name
'pf_osfp.c' \! -name 'unichromereg.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \! -name 'aic79xxvar.h' \) -print | \
sort -t / -u
COMM!= ${FINDCOMM}
.endif
Home |
Main Index |
Thread Index |
Old Index