From owner-cvs-all Sat Mar 14 06:01:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09738 for cvs-all-outgoing; Sat, 14 Mar 1998 06:01:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 GAA09732; Sat, 14 Mar 1998 06:01:05 -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 FAA03404; Sat, 14 Mar 1998 05:58:24 -0800 (PST) Date: Sat, 14 Mar 1998 05:58:24 -0800 (PST) Message-Id: <199803141358.FAA03404@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/03/14 05:58:23 PST Modified files: . Makefile Log: Don't force NOPIC or NOSHARED for building tools in the NOCLEAN case, so that dirtier-than-previously tools aren't left lying around to be installed. Filter out NOPIC from ${MK_FLAGS} for `make ${OBJDIR}' for ld (and some other things), so that the obj dir for ld/rtld always gets re-made. Fixed a literal "make". Revision Changes Path 1.164 +11 -4 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message