Date: Thu, 25 Sep 2003 18:33:59 +0200 From: Johannes Kingma <jckifbsd@xs4all.nl> To: freebsd-current@freebsd.org Subject: Error in "/usr/src/Makefile.inc1" Message-ID: <3F7318F7.4010502@xs4all.nl>
next in thread | raw e-mail | index | archive | help
What's wrong here?
.if (!defined(NO_RESCUE) || \
defined(RELEASEDIR)) && \
(${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide= usr.sbin/crunch/crunchide
.endif
johannes@power[/usr/src]# make buildkernel
"Makefile.inc1", line 773: warning: String comparison operator should be
either == or !=
"Makefile.inc1", line 773: Malformed conditional ((!defined(NO_RESCUE)
|| defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} ||
${BOOTSTRAPPING} < 501101))
"Makefile.inc1", line 773: Missing dependency operator
"Makefile.inc1", line 775: if-less endif
"Makefile.inc1", line 775: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/src.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F7318F7.4010502>
