From owner-cvs-all Mon Dec 14 14:31:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23279 for cvs-all-outgoing; Mon, 14 Dec 1998 14:31:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from server.amis.net (server.amis.net [195.10.52.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23273; Mon, 14 Dec 1998 14:31:34 -0800 (PST) (envelope-from blaz@gold.amis.net) Received: (from uucp@localhost) by server.amis.net (8.8.8/8.8.8) with UUCP id XAA18700; Mon, 14 Dec 1998 23:31:12 +0100 (CET) Received: from localhost (blaz@localhost) by gold.amis.net (8.9.1/8.8.8) with ESMTP id XAA03384; Mon, 14 Dec 1998 23:21:10 +0100 (CET) Date: Mon, 14 Dec 1998 23:21:09 +0100 (CET) From: Blaz Zupan To: Warner Losh cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc Makefile In-Reply-To: <199812142108.OAA01848@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > How about an UPGRADING file. In it, you would have a series of things > to do to upgrade from older releases. [...] >Check out http://www.village.org/villagers/imp/UPDATING for my first >cut at this. Yes Warner, this is _exactly_ what I had in mind. > I'll act as a clearing house for these things. I'll start with today > and move forward. I'll commit things on a weekly basis, or more > frequently if I have time. > Comments? Great! Now we only need a warning at the start of make world: *** /usr/src/Makefile.inc0.orig Sun Oct 18 14:03:03 1998 --- /usr/src/Makefile.inc0 Mon Dec 14 23:14:51 1998 *************** *** 57,62 **** --- 57,67 ---- # an i386/elf system, build the aout legacy cruft too. # world: + @echo "******************************************" + @echo "* Before proceeding, read file UPGRADING *" + @echo "* for important information! *" + @echo "******************************************" + @echo @echo "--------------------------------------------------------------" @echo ">>> ${OBJFORMAT} make world started on `LC_TIME=C date`" @echo "--------------------------------------------------------------" I'm sure someone who is a native english speaker will come up with a better version of the above warning, but you get the idea... It just has to be something that everybody notices, as soon as they do a make world. Another question is, what to include in the UPGRADING file. In another thread, somebody noticed that make world breaks if you have "." in your path. Would this be a candidate for inclusion in UPGRADING? Blaz Zupan, blaz@medinet.si, http://home.amis.net/blaz Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message