cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c

John Birrell jb at FreeBSD.org
Thu Nov 23 19:56:26 PST 2006


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


More information about the cvs-src mailing list