Date: Mon, 21 Feb 2005 13:01:51 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: bsdnooby <bsdnooby@optonline.net> Cc: freebsd-stable@freebsd.org Subject: Re: buildworld fails on: ===> bin/domainname Message-ID: <20050221190150.GA45177@dan.emsphone.com> In-Reply-To: <421A2D73.2090401@optonline.net> References: <421A2D73.2090401@optonline.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Feb 21), bsdnooby said: > When I run 'make buildworld' I get a series of errors like this: > > rm -f .depend GPATH GRTAGS GSYMS GTAGS > ===> bin/domainname > "Makefile", line 3: Need an operator > ... > "Makefile", line 33 Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > Stop in /usr/src/bin > *** Error code 1 > Stop in /usr/src > *** Error code 1 > Stop in /usr/src The contents of bin/domainname/Makefile should read: # $FreeBSD: src/bin/domainname/Makefile,v 1.7 2001/12/04 01:57:40 obrien Exp $ PROG= domainname .include <bsd.prog.mk> Check to make sure your copy didn't get corrupted somehow. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050221190150.GA45177>