From owner-freebsd-hackers Mon Feb 23 07:44:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21875 for freebsd-hackers-outgoing; Mon, 23 Feb 1998 07:44:26 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21869 for ; Mon, 23 Feb 1998 07:44:21 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA20287; Mon, 23 Feb 1998 15:44:18 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA11117; Mon, 23 Feb 1998 16:44:17 +0100 (MET) Message-ID: <19980223164417.51626@follo.net> Date: Mon, 23 Feb 1998 16:44:17 +0100 From: Eivind Eklund To: Robert Watson Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: make reinstall References: <199802230648.IAA09454@zibbi.mikom.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Robert Watson on Mon, Feb 23, 1998 at 10:18:17AM -0500 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 23, 1998 at 10:18:17AM -0500, Robert Watson wrote: > As I have a number of machines to sync, and we regularly install and > decomission machines here, it seems like one possible addition to the > global makefile might be something which spits out the following in an > installworld or reinstall: > > Warning: Built with -DNOPROFILE but not set; using it anyway. > Warning: Built with -DNOGAMES but not set; using it anyway. > Warning: Built with -DMAKE_KERBEROS4 but not set; using it anyway. > > Possibly followed by sleep(1) to give the user a second to see this. This > would require state retained following a build to indicate how the build > was managed. Given that I build -stable and -current on one machine, and > then install to others, it would be helpful; a lot easier for debugging > problems like that for new users also, I would guess. Sounds like a good idea. Where are your patches to implement this? Eivind, just running his patches to let 'make buildworld' work for a non-root user through another 'make buildworld' to test them :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message