'make' no longer working

cpghost cpghost at cordula.ws
Thu Jul 21 10:10:15 GMT 2005


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/


More information about the freebsd-questions mailing list