From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 10:15:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF0BA16A4B3; Thu, 25 Sep 2003 10:15:45 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5544E44028; Thu, 25 Sep 2003 10:15:37 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h8PHFWWA028761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Sep 2003 20:15:32 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9p2/8.12.8/Submit) id h8PHFWFe028756; Thu, 25 Sep 2003 20:15:32 +0300 (EEST) (envelope-from ru) Date: Thu, 25 Sep 2003 20:15:31 +0300 From: Ruslan Ermilov To: Johannes Kingma Message-ID: <20030925171531.GD11297@sunbay.com> References: <3F7318F7.4010502@xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Km1U/tdNT/EmXiR1" Content-Disposition: inline In-Reply-To: <3F7318F7.4010502@xs4all.nl> User-Agent: Mutt/1.5.4i cc: freebsd-current@FreeBSD.org cc: Marcel Moolenaar Subject: Re: Error in "/usr/src/Makefile.inc1" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 17:15:46 -0000 --Km1U/tdNT/EmXiR1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 25, 2003 at 06:33:59PM +0200, Johannes Kingma wrote: > What's wrong here? >=20 > .if (!defined(NO_RESCUE) || \ > defined(RELEASEDIR)) && \ > (${TARGET_ARCH} !=3D ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101) > _crunchide=3D usr.sbin/crunch/crunchide > .endif >=20 > johannes@power[/usr/src]# make buildkernel > "Makefile.inc1", line 773: warning: String comparison operator should be= =20 > either =3D=3D or !=3D > "Makefile.inc1", line 773: Malformed conditional ((!defined(NO_RESCUE)=20 > || defined(RELEASEDIR)) && (${TARGET_ARCH} !=3D ${MACHINE_ARCH} ||=20 > ${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 >=20 > Stop in /usr/src. >=20 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, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --Km1U/tdNT/EmXiR1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/cyKzUkv4P6juNwoRAuYvAJ9OcJAbycr9nqteJZtprXQqDGMrqACeOHNY /yFJSagsDOtrM9Av/2vs5sM= =lS7k -----END PGP SIGNATURE----- --Km1U/tdNT/EmXiR1--