CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2009/04/26 03:25:50
Modified files: usr.bin/make : engine.c engine.h job.c Log message: move code around a bit, extract code from run_prepared_gnode into a run_gnode_parallel. That simplifies the control flow of that routine a bit, to allow for more tweaks in the parallel case. okay kettenis@, otto@