Module Name: src Committed By: sjg Date: Thu Apr 9 18:21:01 UTC 2015
Modified Files: src/usr.bin/make: job.c make.1 Log Message: jobs mode handles '-' very differently to compat mode, but this is not reflected in make.1 Also fix handling to match the behavior described in the comment of JobPrintCommand (only matters if shell sets hasErrCtl). A better long term solution is needed since the current behavior is sub-optimal wrt '-' and different from all other makes. Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.bin/make/job.c cvs rdiff -u -r1.243 -r1.244 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.