Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 04:52:26 -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:  <199803121252.EAA03329@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/12 04:52:25 PST

  Modified files:
    gnu/usr.bin/cc/cc_tools Makefile 
  Log:
  Fixed `make -jN depend' (N >= 2) by removing the beforedepend
  target.  .ORDER doesn't work right, but is used for things related
  to the depend target.  It "works" for the depend target by skipping
  the build of .depend when N >= 2 and there is a non-default
  beforedepend target with no rules.  Recent fixes made almost all
  the beforedepend targets in the tree a no-op except for this bug.
  
  Removed vestiges of elf and aout targets.
  
  Revision  Changes    Path
  1.9       +2 -5      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?199803121252.EAA03329>