On 4/19/06, PATTON, BILLY (SBCSI) <[EMAIL PROTECTED]> wrote: ... > What happens if I do: > gmake -j --max-load 10.0 build refresh > > Do these get ran in parallel, or will build run first, then refresh?
They will run in parallel within the constraints of the dependencies in the makefile. > Will refresh attempt to put something in a directory before build has > created it? If there isn't a rule declaring the dependency, then it's possible. Philip Guenther _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
