From owner-freebsd-current@FreeBSD.ORG Sun Jun 20 17:30:14 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 9879F16A4CE for ; Sun, 20 Jun 2004 17:30:14 +0000 (GMT) Received: from fep01-mail.bloor.is.net.cable.rogers.com (fep01-mail.bloor.is.net.cable.rogers.com [66.185.86.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018FF43D53 for ; Sun, 20 Jun 2004 17:30:14 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from [192.168.0.1] ([69.193.41.53]) by fep01-mail.bloor.is.net.cable.rogers.comESMTP <20040620172933.HMQA360247.fep01-mail.bloor.is.net.cable.rogers.com@[192.168.0.1]>; Sun, 20 Jun 2004 13:29:33 -0400 Received: from 192.168.0.200 (SquirrelMail authenticated user mikej); by 192.168.0.1 with HTTP; Sun, 20 Jun 2004 13:30:00 -0400 (EDT) Message-ID: <2923.192.168.0.200.1087752600.squirrel@192.168.0.200> In-Reply-To: <20040619111658.Q48022@carver.gumbysoft.com> References: <59753.192.168.0.195.1087448727.squirrel@192.168.0.195> <20040619111658.Q48022@carver.gumbysoft.com> Date: Sun, 20 Jun 2004 13:30:00 -0400 (EDT) From: "Mike Jakubik" To: "Doug White" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep01-mail.bloor.is.net.cable.rogers.com from [69.193.41.53] using ID at Sun, 20 Jun 2004 13:29:33 -0400 cc: Mike Jakubik 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: Sun, 20 Jun 2004 17:30:14 -0000 Doug White said: > 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". My last buildworld prior to this was on Fri May 28 21:38:52 EDT 2004. My clock is also synchronized every week, so its fairly accurate. This problem went away after an update to the file about a day after, so i guess it was just a typo in the file. Thanks.