From owner-cvs-user Thu Mar 12 02:57:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10536 for cvs-user-outgoing; Thu, 12 Mar 1998 02:57: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 CAA10484; Thu, 12 Mar 1998 02:57:28 -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 CAA02624; Thu, 12 Mar 1998 02:55:04 -0800 (PST) Date: Thu, 12 Mar 1998 02:55:04 -0800 (PST) Message-Id: <199803121055.CAA02624@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/12 02:55:04 PST Modified files: . Makefile Log: Fixed missing SHLIBDIR in GCC_EXEC_PREFIX. Add the path to the source .mk files to the beginning of .MAKEFLAGS instead of to the end, so that there is more chance of it having priority. Additions in /etc/make.conf still have priority for sub-makes if they are also at the beginning, although this is probably not wanted for building /usr/src. Use ${MK_FLAGS} for building dependencies for tools. This saves time building dependencies for tools that won't be created (mainly profiled libraries) and will be necessary to give correct dependencies when tools are built static. Spell the object directory as ${OBJDIR} consistently (even when we know that ${OBJDIR} == "obj"). Print ${DESTDIR} in messages where appropriate. Fixed some misformattings. Revision Changes Path 1.161 +28 -26 src/Makefile