Date: Tue, 16 Apr 2002 15:32:41 -0400 From: "Brian F. Feldman" <green@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: Perforce Change Reviews <perforce@FreeBSD.org> Subject: Re: PERFORCE change 9842 for review Message-ID: <200204161932.g3GJWfe80273@green.bikeshed.org> In-Reply-To: Message from John Baldwin <jhb@FreeBSD.org> of "Tue, 16 Apr 2002 15:24:04 EDT." <XFMail.20020416152404.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin <jhb@FreeBSD.org> 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 <machine/limits.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204161932.g3GJWfe80273>