CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/10/06 03:32:40
Modified files: usr.bin/make : defines.h engine.c engine.h gnode.h job.c main.c targ.c Log message: - extra juice for debugging signal passing. Note when we can't pass the signal because the process already bought it (pgroups will do that to you) (lots of discussion with Todd on that one) - tweak error handling some more to make it less verbose when just one job is running... - show signal name in case of signal interrupts. - zap OP_LIB, move that stuff to the location where we warn when we meet that bug. okay millert@