Date: Thu, 9 Sep 1999 10:02:24 +0300 From: Ruslan Ermilov <ru@ucb.crimea.ua> To: Michael Robinson <robinson@netrinsics.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: -Os Message-ID: <19990909100224.A41518@relay.ucb.crimea.ua> In-Reply-To: <199909090215.KAA00439@netrinsics.com>; from Michael Robinson on Thu, Sep 09, 1999 at 10:15:05AM %2B0800 References: <19990908153333.D22077@relay.ucb.crimea.ua> <199909090215.KAA00439@netrinsics.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 09, 1999 at 10:15:05AM +0800, Michael Robinson wrote: > Ruslan Ermilov <ru@ucb.crimea.ua> writes: > >On Wed, Sep 08, 1999 at 07:58:13PM +0800, Michael Robinson wrote: > >> The CFLAGS in src/sys/boot/i386/kgzldr/Makefile contains "-Os". This seems > >> to be an egcsism (at least gcc-2.3.2.3 doesn't like it, and aborts the make). > > > >You have the -current sources, check your cvsup(1) configuration! > > Indeed. Well I've learned something new, which is this: > > When you use the "-d" options to "cvs update", you need to explicity > specify the "-r" tag, because new directories don't inherit sticky tags from > their parent directory. > This is not true: Script started on Thu Sep 9 09:57:29 1999 relay# pwd /usr/src/sys/boot/i386 relay# ls -l kgzldr ls: kgzldr: No such file or directory relay# grep kgzldr CVS/Entries relay# cat CVS/Tag TRELENG_3 relay# cvs -q update -P -d U kgzldr/Makefile U kgzldr/boot.c U kgzldr/crt.s U kgzldr/kgzldr.h U kgzldr/lib.c U kgzldr/sio.s U kgzldr/start.s relay# grep kgzldr CVS/Entries D/kgzldr//// relay# cat kgzldr/CVS/Tag TRELENG_3 relay# exit Script done on Thu Sep 9 10:01:00 1999 -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990909100224.A41518>