Date: Thu, 21 Jul 2005 12:10:47 +0200 From: cpghost <cpghost@cordula.ws> To: Chris <bsdnewbie@coolarrow.com> Cc: freebsd-questions@freebsd.org Subject: Re: 'make' no longer working Message-ID: <20050721101047.GA745@epia2.farid-hajji.net> In-Reply-To: <200507201717390647.0C505080@coolarrow.com> References: <200507201717390647.0C505080@coolarrow.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050721101047.GA745>