From owner-p4-projects Tue Apr 16 12:32:50 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4CE3C37B417; Tue, 16 Apr 2002 12:32:43 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2253037B416; Tue, 16 Apr 2002 12:32:42 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g3GJWfe80273; Tue, 16 Apr 2002 15:32:41 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200204161932.g3GJWfe80273@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: Perforce Change Reviews Subject: Re: PERFORCE change 9842 for review In-Reply-To: Message from John Baldwin of "Tue, 16 Apr 2002 15:24:04 EDT." From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Apr 2002 15:32:41 -0400 Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 16-Apr-2002 Brian Feldman wrote: > > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9842 > > > > Change 9842 by green@green_laptop_2 on 2002/04/16 12:17:25 > > > > #include where needed. > > > > Affected files ... > > > > ... //depot/projects/trustedbsd/mac/release/Makefile#10 edit > > ... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/sidtab.c#2 edit > > > > Differences ... > > > > ==== //depot/projects/trustedbsd/mac/release/Makefile#10 (text+ko) ==== > > > > @@ -273,7 +273,10 @@ > > for i in ${BOOTSTRAPUTILS} ; do \ > > cp -p ${CHROOTDIR}$$i ${CHROOTDIR}/${BOOTSTRAPDIR} ; \ > > done > > -.if !defined(RELEASETAG) > > +.if defined(SRCROOTDIR) > > + cd ${CHROOTDIR}/usr && rm -rf src && \ > > + cp -Rp ${SRCROOTDIR}/ src > > +.elif !defined(RELEASETAG) > > cd ${CHROOTDIR}/usr && rm -rf src && \ > > cvs -R -d ${CVSROOT} co -P ${RELEASESRCMODULE} > > .else > > > > This doesn't look like a #include. :) Yeah, "oops". I don't think I can do a forced commit, though;, maybe I should just revert the change and recreate it? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message