Subject: Re: src/lib/libkvm/Makefile error
To: Skeelo <skeelo@white-dwarf.dyn.ml.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 02/21/1998 11:51:55
On Thu, 19 Feb 1998 22:20:28 -0500 (EST) 
 Skeelo <skeelo@white-dwarf.dyn.ml.org> wrote:

 > "Makefile", line 4: Malformed conditional ((${MACHNIE_ARCH} != "mips"))
 > "Makefile", line 4: Missing dependency operator
 > "Makefile", line 21: if-less endif
 > "Makefile", line 21: Need an operator
 > Fatal errors encountered -- cannot continue

Yes, sorry about the typo, sigh.  That is fixed in -current, by virtue of
the fact that the test is no longer needed.

Thanks for reporting it, though.

 > 
 > 
 > *** Makefile	Thu Feb 19 07:08:39 1998
 > --- Makefile.fixed	Thu Feb 19 21:56:24 1998
 > ***************
 > *** 1,7 ****
 >   #	$NetBSD: Makefile,v 1.25 1998/02/19 07:06:59 thorpej Exp $
 >   #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
 >   
 > ! .if	(${MACHNIE_ARCH} != "mips")
 >   LIB=	kvm
 >   CPPFLAGS+=-DLIBC_SCCS
 >   
 > --- 1,7 ----
 >   #	$NetBSD: Makefile,v 1.25 1998/02/19 07:06:59 thorpej Exp $
 >   #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
 >   
 > ! .if	(${MACHINE_ARCH} != "mips")
 >   LIB=	kvm
 >   CPPFLAGS+=-DLIBC_SCCS
 >   
 > 

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                            Home: +1 408 866 1912
NAS: M/S 258-5                                       Work: +1 650 604 0935
Moffett Field, CA 94035                             Pager: +1 415 428 6939