From owner-cvs-all@FreeBSD.ORG Tue Aug 2 15:03:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CBF16A423; Tue, 2 Aug 2005 15:03:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7B543D45; Tue, 2 Aug 2005 15:03:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j72F1BFa027321; Tue, 2 Aug 2005 09:01:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 02 Aug 2005 09:02:06 -0600 (MDT) Message-Id: <20050802.090206.55731220.imp@bsdimp.com> To: netchild@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20050802140536.zstn68rcgsg84g0w@netchild.homeip.net> References: <20050731102343.35bc4aa9@Magellan.Leidinger.net> <20050802090717.GK14023@ip.net.ua> <20050802140536.zstn68rcgsg84g0w@netchild.homeip.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 02 Aug 2005 09:01:11 -0600 (MDT) Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ru@FreeBSD.ORG, des@des.no, grehan@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/share/man/man7 build.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 15:03:18 -0000 In message: <20050802140536.zstn68rcgsg84g0w@netchild.homeip.net> Alexander Leidinger writes: : When an user calls delete-old with DESTDIR set to the root of a non-native : machine architecture he may remove non-obsolete files when he forgets to set : TARGET_ARCH. I want to prevent this situation. I think "failsafe" is more : important than "POLA" in this case. If you are cross compling, then you must set TARGET_ARCH. This is true for buildworld and installworld. We don't have seat-belts there. Why would we need one here? Warner