Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2006 03:56:25 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c
Message-ID:  <200611240356.kAO3uPYa005633@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2006-11-24 03:56:25 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/crunch/crunchgen crunchgen.c 
  Log:
  Fix another parallel make problem with the generated make file.
  
  Define the xxx_OBJPATHS earlier and then use it in the xxx_make
  target because each obj is actually made through that.
  
  This allows the crunch to work with -j32 on sun4v.
  
  The makefile generated is still poor, though. It really shouldn't use
  the general 'make all' to do the submakes in the app directories being
  crunched because each of those objects is listed as a dependency in
  the generated crunch makefile. Doing that really requires a unique rule
  to generate them.
  
  Revision  Changes    Path
  1.38      +11 -9     src/usr.sbin/crunch/crunchgen/crunchgen.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611240356.kAO3uPYa005633>