Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 11:38:33 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 35274 for review
Message-ID:  <200307311838.h6VIcXJM091056@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=35274

Change 35274 by rwatson@rwatson_tislabs on 2003/07/31 11:37:45

	Diff reduction against trustedbsd base.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/Makefile#8 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/Makefile#8 (text+ko) ====

@@ -8,31 +8,6 @@
 SUBDIR+=modules
 .endif
 
-.for arch in alpha ia64 powerpc sparc64
-.if ${MACHINE_ARCH} != "${arch}"
-SKIPARCHS+=	${arch}
-.endif
-.endfor
-.if ${MACHINE_ARCH} == "i386"
-SKIPARCHS+=	pc98
-.elif ${MACHINE_ARCH} == "pc98"
-.else
-SKIPARCHS+=	i386
-SKIPARCHS+=	pc98
-.endif
-SKIPPATTERN:=\./boot
-.for arch in ${SKIPARCHS}
-SKIPPATTERN:=${SKIPPATTERN}|\./${arch}
-.endfor
-ctags:
-	rm -f ${.CURDIR}/tags
-	touch ${.CURDIR}/tags
-	cd ${.CURDIR}; \
-	    find -E . -type d -mindepth 1 -maxdepth 1 \
-	        ! -regex "${SKIPPATTERN}" | \
-	    xargs -J {} find {} -name "*.[lych]" | \
-	    xargs ctags -a -f ${.CURDIR}/tags
-
 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
 
 .include <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311838.h6VIcXJM091056>