Date: Mon, 27 Apr 1998 09:21:38 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Message-ID: <199804271621.JAA15284@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804271621.JAA15284>
