From owner-freebsd-stable Mon Apr 3 14:31:45 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.clarkson.edu (mail.clarkson.edu [128.153.4.10]) by hub.freebsd.org (Postfix) with SMTP id 02DA037BD0C for ; Mon, 3 Apr 2000 14:31:41 -0700 (PDT) (envelope-from tuinstra@clarkson.edu) Received: (qmail 25195 invoked by uid 0); 3 Apr 2000 21:31:39 -0000 Received: from sc-1-252.sc.clarkson.edu (HELO clarkson.edu) (128.153.23.143) by mail.clarkson.edu with SMTP; 3 Apr 2000 21:31:39 -0000 Message-ID: <38E9137E.CF9DBE1F@clarkson.edu> Date: Mon, 03 Apr 2000 17:56:14 -0400 From: Dwight Tuinstra X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@FreeBSD.org Subject: Re: make world failed References: <200004032055.QAA99540@server.baldwin.cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > [snip] > Probably a note in the make world tutorial about make world not being useful > for branch upgrades would help, however. If people knew that they needed to > wait for different instructions for the branch upgrades, then people would > (hopefully) wait for the finalized set of instructions to filter out of the > mailing lists and into web sites and what not. One way to ensure that people consulted appropriate documentation (or even just the appropriate caveats) is the simple expedient of having the Makefile print a message. Anyone trying to do "make world" upgrade receives a warning, and a pointer to where to look. There are precedents for this: when rebuilding the kernel, one is reminded to do a "make depend". A number of ports (notably the crypto stuff) even require you to define a variable before they'll compile (though that would be a little too much for this situation). I'm not saying this should be done for everything, but it does make sense for builds with potentially severe consequences if done wrong. BTW, John, thanks for trying to bring some civility and reason back to this thread. --Dwight Tuinstra tuinNOSPAMstra@clarkson.edu tuinNOSPAMstra@northnet.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message