From owner-cvs-all Tue Nov 23 10:52:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A7714A2D; Tue, 23 Nov 1999 10:52:40 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14595; Tue, 23 Nov 1999 10:52:19 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199911231852.KAA14595@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 23 Nov 1999 10:52:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/11/23 10:52:13 PST Modified files: . Makefile.inc1 Log: Fix some bugs and make some policy changes. o Send libmytinfo back to the afterlife. It was revived by mistake, o Make gnu/lib/libgcc before making lib/libpam. This dependency has been overlooked in constructing the list, o make depend before make all. It's by using make depend that the dependency was found in the first place and we need it to prevent cleaning everything up before we start, o Don't specify -DNOINFO -DNOMAN for the libraries target. Let the target handle it. We can do away with a single run over the libs if we make everything while we're there and only install the libraries in the object tree. Revision Changes Path 1.93 +8 -5 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message