What's wrong here?

.if (!defined(NO_RESCUE) || \
    defined(RELEASEDIR)) && \
    (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide=     usr.sbin/crunch/crunchide
.endif

[EMAIL PROTECTED]/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.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to