From owner-cvs-all Sun Sep 1 11: 8:33 2002 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 38E6937B400; Sun, 1 Sep 2002 11:08:28 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77CE43E3B; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g81I8RcV033873; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g81I8RgI033872; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) Date: Sun, 1 Sep 2002 11:08:27 -0700 From: "David O'Brien" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile Message-ID: <20020901180827.GA33541@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208310718.g7V7Ifpt045306@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208310718.g7V7Ifpt045306@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > Modified files: > . Makefile > usr.bin/make Makefile > Log: > Deal with bootstrapping from an old -current (almost exactly a year old) > which fails the make tests (doesn't understand ${notdef:U}) and therefore > fails on __FBSDID in usr.bin/make/*. -DBOOTSTRAPPING is no help here since > this is before we are using the new share/mk/* files, and it would conflict > with the builtin -DBOOTSTRAPPING support later.. so use a different flag. > > Revision Changes Path > 1.264 +2 -1 src/Makefile > http://cvsweb.freebsd.org/src/Makefile.diff?r1=1.263&r2=1.264 > 1.26 +3 -0 src/usr.bin/make/Makefile > http://cvsweb.freebsd.org/src/usr.bin/make/Makefile.diff?r1=1.25&r2=1.26 I thought we were going to impliment these warts with some form of __FreeBSD_version test -- so they don't impact source bases that don't need them, and more importantly so it is documented the time range they cover so we know when to remove them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message