Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 1998 05:34:36 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile
Message-ID:  <199803061334.FAA11364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/06 05:34:36 PST

  Modified files:
    gnu/usr.bin/cc/cc_tools Makefile 
  Log:
  Fixed `make -jN' for large N.  The usual method of pretending that all
  objects depend on all generated headers doesn't work because it gives
  cyclic dependencies.  Give enough dependencies explicitly.  We no
  longer need to use .SINGLESHELL for `make depend'.  .SINGLESHELL was
  more of a bottleneck than usual because `make depend' makes everything.
  
  Fixed some spelling and English errors.
  
  Revision  Changes    Path
  1.7       +24 -13    src/gnu/usr.bin/cc/cc_tools/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?199803061334.FAA11364>