Date: Thu, 17 Jun 2004 08:58:17 +0400 From: Gennady Proskurin <gpr@nvnpp.vrn.ru> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20040617045817.GA86953@relay.nvnpp.vrn.ru> In-Reply-To: <200406170259.i5H2xsfB027794@repoman.freebsd.org> References: <200406170259.i5H2xsfB027794@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, David.
On Thu, Jun 17, 2004 at 02:59:54AM +0000, David E. O'Brien wrote:
> obrien 2004-06-17 02:59:54 UTC
>
> FreeBSD src repository
>
> Modified files:
> . Makefile.inc1
> Log:
> Fall out from Binutils 2.15: disable building the Alpha loader.
>
> Revision Changes Path
> 1.428 +4 -1 src/Makefile.inc1
This breaks native buildworld for all platforms, because TARGET_ARCH is
not defined in changed place.
===
% make buildworld
"/usr/src/Makefile.inc1", line 65: Malformed conditional (${TARGET_ARCH} == "alpha")
"/usr/src/Makefile.inc1", line 65: Need an operator
"/usr/src/Makefile.inc1", line 67: if-less endif
"/usr/src/Makefile.inc1", line 67: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/src.
Exit 1
===
make buildworld TARGET_ARCH=`uname -m`
works fine.
--
Gennady
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617045817.GA86953>
