Date: Tue, 12 May 1998 07:49:16 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: nat@mylanders.com (John Frader) Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld and make clean errors Message-ID: <199805112149.HAA11347@cimlogic.com.au> In-Reply-To: <Pine.BSF.3.95q.980511160744.8867B-100000@mylanders.com> from John Frader at "May 11, 98 04:15:53 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805112149.HAA11347>