Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern usb_port.h was deleted, no need to skip it when com...
details: https://anonhg.NetBSD.org/src/rev/74aefaa20ea7
branches: trunk
changeset: 758398:74aefaa20ea7
user: dyoung <dyoung%NetBSD.org@localhost>
date: Thu Nov 04 03:15:50 2010 +0000
description:
usb_port.h was deleted, no need to skip it when computing tags.
diffstat:
sys/kern/Make.tags.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e749d88aea6 -r 74aefaa20ea7 sys/kern/Make.tags.inc
--- a/sys/kern/Make.tags.inc Thu Nov 04 03:14:54 2010 +0000
+++ b/sys/kern/Make.tags.inc Thu Nov 04 03:15:50 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Make.tags.inc,v 1.21 2009/07/16 23:53:10 dyoung Exp $
+# $NetBSD: Make.tags.inc,v 1.22 2010/11/04 03:15:50 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 'usb_port.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 \) -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