PERFORCE change 35274 for review
Robert Watson
rwatson at FreeBSD.org
Thu Jul 31 18:38:33 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=35274
Change 35274 by rwatson at 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>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list