From owner-freebsd-current Sun Feb 20 23:10:41 2000 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 97CE437C31E; Sun, 20 Feb 2000 23:10:34 -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.8.7/8.8.7) with ESMTP id SAA21984; Mon, 21 Feb 2000 18:14:26 +1100 Date: Mon, 21 Feb 2000 18:10:28 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: "David O'Brien" Cc: Kris Kennaway , freebsd-current@FreeBSD.ORG Subject: Re: break in libcrypto? In-Reply-To: <20000220143745.A15548@dragon.nuxi.com> 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 Sun, 20 Feb 2000, David O'Brien wrote: > On Sun, Feb 20, 2000 at 02:14:21PM -0800, Kris Kennaway wrote: > > stand by my comment that 'make depend' is needed generally, though - > > things often fail elsewhere in the tree (e.g. gcc, perl) Only in broken makefiles. I once fixed all makefiles used by makeworld to work with `make -jLarge' without `make depend' in the NOSECURE case. makeworld used to depend on this (at least in the -jLarge case) until recent pessimisations in it (building dependencies slows it down by 10%). > Yes, give a log. Look at all the gunk in > src/gnu/usr.bin/cc/cc_tools/Makefile to keep a `make depend' from being > required. cc_tools/Makefile too the most work to fix :-). Most of the gunk is required to make dependencies actually work. Once you have correct dependencies (less the ones generated by `make depend'), it is a small step to make the `make depend' step optional. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message