Date: Sat, 14 Nov 1998 10:05:59 -0800 (PST) From: John Polstra <jdp@polstra.com> To: techie@tantivy.stanford.edu Cc: current@FreeBSD.ORG Subject: Re: make release fails Message-ID: <199811141805.KAA12841@vashon.polstra.com> In-Reply-To: <199811140506.VAA29699@tantivy.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199811140506.VAA29699@tantivy.stanford.edu>, Bob Vaughan <techie@tantivy.stanford.edu> wrote: > I'm trying to build a release for local use, and I keep running into the > following problem.. (all sources cvs'd this week, several times..) I hear you saying it, but to me it looks like your sources are not up to date. > it appears to be choking on the following line in /usr/src/etc/Makefile: > > > BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ > ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ > inetd.conf login.conf login.access motd modems networks \ > newsyslog.conf phones pccard.conf.sample printcap profile protocols \ > rc rc.conf rc.firewall rc.local rc.network rc.pccard rc.serial \ > >>>> etc.${MACHINE}/rc.${MACHINE} \ This line has said "MACHINE_ARCH" instead of "MACHINE" since around the end of August. Make sure your sources are really up to date. Also, do a make world first, before you do your make release. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken 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?199811141805.KAA12841>