From owner-freebsd-current Mon May 11 14:47:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27232 for freebsd-current-outgoing; Mon, 11 May 1998 14:47:43 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27211 for ; Mon, 11 May 1998 14:47:37 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id HAA11347; Tue, 12 May 1998 07:49:17 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805112149.HAA11347@cimlogic.com.au> Subject: Re: buildworld and make clean errors In-Reply-To: from John Frader at "May 11, 98 04:15:53 pm" To: nat@mylanders.com (John Frader) Date: Tue, 12 May 1998 07:49:16 +1000 (EST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Frader wrote: > rm -f a.out Errs errs mklog grep dfa.o grep.o getopt.o kwset.o obstack.o > search.o grep.1.gz grep.1.cat.gz > ===> gnu/usr.bin/gzip > "Makefile", line 11: Malformed conditional (${MACHINE_ARCH} == "i386") > "Makefile", line 11: Need an operator > "Makefile", line 14: if-less endif > "Makefile", line 14: Need an operator > make: fatal errors encountered -- cannot continue This looks like you need to do a make world to get /usr/share/mk updated. You can try just installing from there (sys.mk contains the MACHINE_ARCH default for the i386 make which doesn't have it compiled in) and then retrying the command that failed. The changes to the tree since Nov 97 are sufficiently major to required a 'make world' not a subset, IMO. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message