From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 10:10:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DDE16A41F for ; Thu, 21 Jul 2005 10:10:15 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6888743D6B for ; Thu, 21 Jul 2005 10:10:11 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from epia2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id EED664AC81; Thu, 21 Jul 2005 12:09:30 +0200 (CEST) Date: Thu, 21 Jul 2005 12:10:47 +0200 From: cpghost To: Chris Message-ID: <20050721101047.GA745@epia2.farid-hajji.net> References: <200507201717390647.0C505080@coolarrow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507201717390647.0C505080@coolarrow.com> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: 'make' no longer working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 10:10:15 -0000 On Wed, Jul 20, 2005 at 05:17:39PM -0500, Chris wrote: > server# make > "/usr/ports/Mk/bsd.port.mk", line 1: Malformed conditional (${_TMLINKS:M/usr/local*}x != x) > "/usr/ports/Mk/bsd.port.mk", line 4: Malformed conditional (${_TMLINKS:N/usr/local*}x != x) [...] > "/usr/ports/Mk/bsd.port.mk", line 4879: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 4879: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 5234: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 5234: Need an operator > make: fatal errors encountered -- cannot continue Are you sure you're using BSD make and not GNU make? Perhaps a port installed GNU make as make, or your PATH is set up in such a way that GNU make runs instead BSD make? ### BSD Make server# make -v make: no target to make. ### GNU Make server# gmake -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/