Subject: Re: Make obj/build problems
To: Alexander Nazarenko <sasha@ldc.net>
From: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
List: current-users
Date: 07/24/2000 21:05:56
Hi Alexander,

On Mon, 24 Jul 2000, Alexander Nazarenko wrote:
> I sup'ed to current , but when I try to build obj
> i have errors
> bash-2.04# make obj
> obj ===> lib
> "/usr/src/lib/../Makefile.inc", line 6: Malformed conditional
> ((${.PARSEDIR} == ${.CURDIR}))
> "/usr/src/lib/../Makefile.inc", line 6: Missing dependency operator
> "/usr/share/mk/bsd.subdir.mk", line 11: if-less endif
> "/usr/share/mk/bsd.subdir.mk", line 11: Need an operator
> Fatal errors encountered -- cannot continue
> *** Error code 1
> 
> Stop.

Hmm... sounds like you either need to update your /usr/share/mk files or
rebuild the `make' utility... that helped a few times for the syntax of
the makefiles do seem to change sometimes...

Success,

Reinoud