From owner-p4-projects@FreeBSD.ORG Thu Jul 31 11:38:35 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CE48337B404; Thu, 31 Jul 2003 11:38:34 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D7E37B401 for ; Thu, 31 Jul 2003 11:38:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132C243F93 for ; Thu, 31 Jul 2003 11:38:34 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VIcX0U091059 for ; Thu, 31 Jul 2003 11:38:33 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VIcXJM091056 for perforce@freebsd.org; Thu, 31 Jul 2003 11:38:33 -0700 (PDT) Date: Thu, 31 Jul 2003 11:38:33 -0700 (PDT) Message-Id: <200307311838.h6VIcXJM091056@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 35274 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 18:38:36 -0000 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