Searched hist:164571 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.cdiff 164571 Fri Nov 24 01:56:25 MST 2006 jb 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.

Completed in 67 milliseconds