Error in /usr/src/Makefile.inc1

Eugene eugene3 at web.de
Sat Jun 19 18:46:55 GMT 2004


 > Date: Thu, 17 Jun 2004 01:05:27 -0400 (EDT)
 > From: "Mike Jakubik" <mikej at rogers.com>
 > Subject: Error in /usr/src/Makefile.inc1
 > To: freebsd-current at freebsd.org
 > Message-ID: <59753.192.168.0.195.1087448727.squirrel at 192.168.0.195>
 > Content-Type: text/plain;charset=iso-8859-1
 >
 > Cvsuped at Thu Jun 17 01:02:37 EDT 2004
 >
 > ---
 >
 > root at 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


More information about the freebsd-current mailing list