Error in "/usr/src/Makefile.inc1"
Johannes Kingma
jckifbsd at xs4all.nl
Thu Sep 25 09:34:09 PDT 2003
What's wrong here?
.if (!defined(NO_RESCUE) || \
defined(RELEASEDIR)) && \
(${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide= usr.sbin/crunch/crunchide
.endif
johannes at 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.
More information about the freebsd-current
mailing list