From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 1 22:02:28 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD03B16A417 for ; Sat, 1 Sep 2007 22:02:28 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 41DFD13C4A6 for ; Sat, 1 Sep 2007 22:02:27 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup206.ach.sch.gr [81.186.70.206]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-8) with ESMTP id l81M207v020001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 Sep 2007 01:02:09 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l81M1pDD006419; Sun, 2 Sep 2007 01:01:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l81M1kkW006418; Sun, 2 Sep 2007 01:01:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 2 Sep 2007 01:01:46 +0300 From: Giorgos Keramidas To: Pietro Cerutti Message-ID: <20070901220145.GA6265@kobe.laptop> References: <46D7186D.8030508@gahr.ch> <200708302124.48899.max@love2party.net> <46D71A16.6020005@gahr.ch> <20070830154129.46951d54@bhuda.mired.org> <46D71F41.6010609@gahr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46D71F41.6010609@gahr.ch> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.867, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.53, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-hackers@freebsd.org, Mike Meyer Subject: Re: what happened to make world? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2007 22:02:28 -0000 On 2007-08-30 21:49, Pietro Cerutti wrote: > > # make world > WARNING: make world will overwrite your existing FreeBSD > installation without also building and installing a new > kernel. This can be dangerous. Please read the handbook, > 'Rebuilding world', for how to upgrade your system. > Define DESTDIR to where you want to install FreeBSD, > including /, to override this warning and proceed as usual. > You may get the historical 'make world' behavior by defining > HISTORICAL_MAKE_WORLD. You should understand the implications > before doing this. > > Bailing out now... > *** Error code 1 > > Stop in /usr/src. > > Even worse.. it doesn't tell you how to do what you tell him to > do.. it doubts that maybe that's not what you really want to do! Oh but it does. You may get the historical 'make world' behavior by defining HISTORICAL_MAKE_WORLD. You should understand the implications before doing this. So, if you know what you are doing and you really _want_ the old behavior, set HISTORICAL_MAKE_WORLD and off you go: # env HISTORICAL_MAKE_WORLD=yes \ make world It's not so hard or such a big PITA, right?