From owner-freebsd-current@FreeBSD.ORG Sat Jun 19 18:18:15 2004 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 3E1FF16A4CE for ; Sat, 19 Jun 2004 18:18:15 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3351443D31 for ; Sat, 19 Jun 2004 18:18:15 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 5757272DF2; Sat, 19 Jun 2004 11:17:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 5254D72DB5; Sat, 19 Jun 2004 11:17:37 -0700 (PDT) Date: Sat, 19 Jun 2004 11:17:37 -0700 (PDT) From: Doug White To: Mike Jakubik In-Reply-To: <59753.192.168.0.195.1087448727.squirrel@192.168.0.195> Message-ID: <20040619111658.Q48022@carver.gumbysoft.com> References: <59753.192.168.0.195.1087448727.squirrel@192.168.0.195> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org 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: Sat, 19 Jun 2004 18:18:15 -0000 On Thu, 17 Jun 2004, Mike Jakubik wrote: > Cvsuped at Thu Jun 17 01:02:37 EDT 2004 > > --- > > root@lappy:/usr/src# make buildworld > "Makefile.inc1", line 65: Malformed conditional (${TARGET_ARCH} == "alpha") > "Makefile.inc1", line 65: Need an operator > "Makefile.inc1", line 67: if-less endif > "Makefile.inc1", line 67: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 You usually get this if you have a severly outdated make. Check the system time for accuracy, then try "make ALWAYS_CHECK_MAKE=yes buildworld". -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org