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
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:23 UTC