Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 17:42:16 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        "Brian F. Feldman" <green@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 9842 for review
Message-ID:  <XFMail.20020416174216.jhb@FreeBSD.org>
In-Reply-To: <200204161932.g3GJWfe80273@green.bikeshed.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 16-Apr-2002 Brian F. Feldman wrote:
> 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?

You can do a forced commit I think.  p4 edit foo, p4 submit foo.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

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?XFMail.20020416174216.jhb>