Date: Sun, 1 Sep 2002 11:08:27 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Peter Wemm <peter@FreeBSD.org> 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> In-Reply-To: <200208310718.g7V7Ifpt045306@freefall.freebsd.org> References: <200208310718.g7V7Ifpt045306@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020901180827.GA33541>
