Error in "/usr/src/Makefile.inc1"

Ruslan Ermilov ru at FreeBSD.org
Thu Sep 25 10:15:46 PDT 2003


On Thu, Sep 25, 2003 at 06:33:59PM +0200, Johannes Kingma wrote:
> 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.
> 
Some of developers weren't happy with src/Makefile upgrade checks
performed for all user targets, and it's currently limited to only
buildworld by default.  To overcome this problem, please re-run
the above command with -DALWAYS_CHECK_MAKE.


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030925/d1432cbb/attachment.bin


More information about the freebsd-current mailing list