Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Exclude drm sources from tags computation.



details:   https://anonhg.NetBSD.org/src/rev/25f9d8713a3f
branches:  trunk
changeset: 761244:25f9d8713a3f
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Jan 21 23:23:44 2011 +0000

description:
Exclude drm sources from tags computation.

diffstat:

 sys/kern/Make.tags.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57096f6aa70e -r 25f9d8713a3f sys/kern/Make.tags.inc
--- a/sys/kern/Make.tags.inc    Fri Jan 21 22:42:16 2011 +0000
+++ b/sys/kern/Make.tags.inc    Fri Jan 21 23:23:44 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Make.tags.inc,v 1.23 2011/01/11 00:36:03 dyoung Exp $
+#      $NetBSD: Make.tags.inc,v 1.24 2011/01/21 23:23:44 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 -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 | \
+FINDCOMM=      find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump -o -name coda -o -name cxgb -o -name drm \) -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