From owner-cvs-user Mon Apr 27 09:23:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13999 for cvs-user-outgoing; Mon, 27 Apr 1998 09:23:35 -0700 (PDT) (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 JAA13941; Mon, 27 Apr 1998 09:23:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15284; Mon, 27 Apr 1998 09:21:38 -0700 (PDT) Date: Mon, 27 Apr 1998 09:21:38 -0700 (PDT) Message-Id: <199804271621.JAA15284@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/04/27 09:21:38 PDT Modified files: . Makefile Log: Don't build dependencies unless NOCLEAN is set. This speeds up `make world' by about 14% here (down to 4490 seconds real on a K6/233). Temporarily skip this optimization when building with -j, since there are still many broken makefiles. Fixed NOCLEANDIR option. Cleaning of `.depend' was broken. Put -nostdinc in CFLAGS, not in CC, and don't override the default CC. This fixes enforcing use of ${WORLDTMP}/usr/include. Don't install library man pages in ${WORLDTMP}. Revision Changes Path 1.173 +24 -13 src/Makefile