From owner-freebsd-current@FreeBSD.ORG Wed Jul 14 00:43:44 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E629D16A4CE for ; Wed, 14 Jul 2004 00:43:44 +0000 (GMT) Received: from smtp002.bizmail.yahoo.com (smtp002.bizmail.yahoo.com [216.136.172.126]) by mx1.FreeBSD.org (Postfix) with SMTP id A3F0B43D3F for ; Wed, 14 Jul 2004 00:43:44 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.251 with login) by smtp002.bizmail.yahoo.com with SMTP; 14 Jul 2004 00:43:44 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id C40DB615D; Tue, 13 Jul 2004 19:43:43 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04262-07; Tue, 13 Jul 2004 19:42:24 -0500 (CDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 294556101; Tue, 13 Jul 2004 19:42:24 -0500 (CDT) Received: from 69.53.57.66 (SquirrelMail authenticated user noackjr); by www.noacks.org with HTTP; Tue, 13 Jul 2004 19:42:24 -0500 (CDT) Message-ID: <57834.69.53.57.66.1089765744.squirrel@69.53.57.66> In-Reply-To: <20040713201539.G24726@alpha.siliconlandmark.com> References: <26075.1089753893@critter.freebsd.dk> <20040713232214.GA9507@dhcp50.pn.xcllnt.net> <20040713201539.G24726@alpha.siliconlandmark.com> Date: Tue, 13 Jul 2004 19:42:24 -0500 (CDT) From: "Jon Noack" To: "Andre Guibert de Bruet" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org cc: current@freebsd.org cc: Marcel Moolenaar Subject: Re: CVSUP and 5.2.1 RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 00:43:45 -0000 Andre Guibert de Bruet wrote: > On Tue, 13 Jul 2004, Marcel Moolenaar wrote: >> On Tue, Jul 13, 2004 at 06:23:38PM -0400, Garance A Drosihn wrote: >>> a) how about if we print a warning and exit if DESTDIR is >>> not defined? Are there "important" uses of `make world' >>> which do not use DESTDIR? >> >> My thoughts exactly. See attached patch. > > May I suggest a sleep (Say 5 seconds) after the message is printed? Um... why? Look at the patch (more closely). If you don't define DESTDIR then the *only* thing that happens is that you get the warning message. Jon