Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   jmc
Date:           Sat Dec 20 00:18:22 UTC 2003

Modified Files:
        src/usr.bin/make: job.c job.h

Log Message:
Fixes for PR#18573 (make -j not stopping correctly on error).
Using -e in sh/ksh to stop on error doesn't work with grouped commands. At
least for any SUSE compliant sh(1). Instead, extend the Shell struct and add
errOut which provides a template to use to check error status from commands.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/usr.bin/make/job.c
cvs rdiff -r1.20 -r1.21 src/usr.bin/make/job.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index