Date: Sat, 19 Jun 2004 20:46:47 +0200 From: Eugene <eugene3@web.de> To: freebsd-current@freebsd.org Subject: re: Error in /usr/src/Makefile.inc1 Message-ID: <40D48A17.8010908@web.de> In-Reply-To: <20040619164430.2B54416A4D5@hub.freebsd.org> References: <20040619164430.2B54416A4D5@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Thu, 17 Jun 2004 01:05:27 -0400 (EDT)
> From: "Mike Jakubik" <mikej@rogers.com>
> Subject: Error in /usr/src/Makefile.inc1
> To: freebsd-current@freebsd.org
> Message-ID: <59753.192.168.0.195.1087448727.squirrel@192.168.0.195>
> Content-Type: text/plain;charset=iso-8859-1
>
> Cvsuped at Thu Jun 17 01:02:37 EDT 2004
>
> ---
>
> root@lappy:/usr/src# make buildworld
> "Makefile.inc1", line 65: Malformed conditional (${TARGET_ARCH} ==
> "alpha")
> "Makefile.inc1", line 65: Need an operator
> "Makefile.inc1", line 67: if-less endif
> "Makefile.inc1", line 67: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1
>
> Stop in /usr/src.
quick workaround which worked for me:
just edit /usr/src/Makefile.inc1
remove or comment_out the 3 lines... if ... "alpha" ... endif
then cvsup again
Eugene
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D48A17.8010908>
