buildworld fails on: ===> bin/domainname

Dan Nelson dnelson at allantgroup.com
Mon Feb 21 19:01:52 GMT 2005


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 at allantgroup.com


More information about the freebsd-stable mailing list