From owner-cvs-user Sat Mar 14 20:55:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11472 for cvs-user-outgoing; Sat, 14 Mar 1998 20:55:53 -0800 (PST) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11432; Sat, 14 Mar 1998 20:55:45 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01375; Sat, 14 Mar 1998 20:52:59 -0800 (PST) Date: Sat, 14 Mar 1998 20:52:59 -0800 (PST) Message-Id: <199803150452.UAA01375@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/14 20:52:59 PST Modified files: . Makefile Log: Don't force NOPIC for building tools at all for now, so that some (slightly stale) shared libraries get installed before non-tools are linked. The 2-stage build of the libraries has never really worked, since we link to the libraries built in the first stage. Revision Changes Path 1.165 +4 -3 src/Makefile