From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 09:34:09 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 0B54816A4B3 for ; Thu, 25 Sep 2003 09:34:09 -0700 (PDT) Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A738B43FE1 for ; Thu, 25 Sep 2003 09:34:07 -0700 (PDT) (envelope-from jckifbsd@xs4all.nl) Received: from xs4all.nl (redc.xs4all.nl [194.109.143.251]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with ESMTP id h8PGY5LL035797 for ; Thu, 25 Sep 2003 18:34:06 +0200 (CEST) Message-ID: <3F7318F7.4010502@xs4all.nl> Date: Thu, 25 Sep 2003 18:33:59 +0200 From: Johannes Kingma User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030916 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 16:34:09 -0000 What's wrong here? .if (!defined(NO_RESCUE) || \ defined(RELEASEDIR)) && \ (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101) _crunchide= usr.sbin/crunch/crunchide .endif johannes@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.