CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 08:19:04
Modified files:
usr.bin/make : job.c job.h main.c
Log message:
make things more complex so that they can become simpler:
in the compatMake case, we still get into handle_all_running_jobs in case
of a fatal signal and at the end. Pass compatMake around to job.c so that
it will *not* run parallel make code in the sequential make case, thus
actually making sure both engines are separate.
