From owner-freebsd-stable@FreeBSD.ORG Mon Feb 21 19:01:52 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77EFF16A4CE for ; Mon, 21 Feb 2005 19:01:52 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0AD43D5A for ; Mon, 21 Feb 2005 19:01:51 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j1LJ1p0J070944; Mon, 21 Feb 2005 13:01:51 -0600 (CST) (envelope-from dan) Date: Mon, 21 Feb 2005 13:01:51 -0600 From: Dan Nelson To: bsdnooby Message-ID: <20050221190150.GA45177@dan.emsphone.com> References: <421A2D73.2090401@optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <421A2D73.2090401@optonline.net> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: freebsd-stable@freebsd.org Subject: Re: buildworld fails on: ===> bin/domainname X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 19:01:52 -0000 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 Check to make sure your copy didn't get corrupted somehow. -- Dan Nelson dnelson@allantgroup.com