From owner-freebsd-current Tue Feb 20 0:49:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B8C9C37B491 for ; Tue, 20 Feb 2001 00:49:21 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA04642; Tue, 20 Feb 2001 19:49:03 +1100 Date: Tue, 20 Feb 2001 19:48:31 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Kris Kennaway Cc: Jun Kuriyama , current@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk sys.mk In-Reply-To: <20010220002109.A12114@mollari.cthul.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Kris Kennaway wrote: > On Tue, Feb 20, 2001 at 05:14:57PM +0900, Jun Kuriyama wrote: > > I don't know this is local problem on my environment, but "make > > buildworld" with old make(1) failed if I did not set MACHINE_CPU in > > /etc/make.conf. So it seems invoked make(1) in > > src/secure/lib/libcrypto is old one... > > Oh, hmm. It seems we do need the bootstrapping code in sys.mk after > all. No. We must fix whatever cause the wrong (old) version of make to be used. I think it is just that make doesn't actually get bootstrapped unless the old make is _very_ old (older than the one in 2.2.0). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message