From owner-freebsd-current Fri Nov 13 00:22:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08140 for freebsd-current-outgoing; Fri, 13 Nov 1998 00:22:58 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08135 for ; Fri, 13 Nov 1998 00:22:56 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id JAA19870; Fri, 13 Nov 1998 09:22:35 +0100 (CET) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id AAA06561; Fri, 13 Nov 1998 00:25:15 +0100 (MET) (envelope-from w) Message-ID: <19981113002514.A6534@panke.de.freebsd.org> Date: Fri, 13 Nov 1998 00:25:14 +0100 From: Wolfram Schneider To: Andreas Klemm , current@FreeBSD.ORG Subject: Re: ${MACHINE_ARCH} is still a show stopper in make aout-to-elf-build References: <19981105085114.A1125@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <19981105085114.A1125@klemm.gtn.com>; from Andreas Klemm on Thu, Nov 05, 1998 at 08:51:14AM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 1998-11-05 08:51:14 +0100, Andreas Klemm wrote: > The upgrade process still doesn't work, because MACHINE_ARCH > isn't defined in -STABLE ;-) > > root{540} /usr/src time make aout-to-elf-build | & tee make.log > > -------------------------------------------------------------- > Doing an aout buildworld to get an up-to-date set of tools > -------------------------------------------------------------- > "Makefile.inc1", line 755: Need an operator > "Makefile.inc1", line 1000: 1 open conditional > make: fatal errors encountered -- cannot continue > *** Error code 1 You must check if the variable MACHINE_ARCH is defined before accessing the variable, e.g.: .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "aout" Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message