Source-Changes archive

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

CVS commit: basesrc/usr.bin/make



Module Name:    basesrc
Committed By:   pk
Date:           Thu Mar 14 16:08:40 UTC 2002

Modified Files:
        basesrc/usr.bin/make: compat.c job.c main.c nonints.h

Log Message:
JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also
mess up the parents variables.

Instead, use execError() for all error paths in the child code.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 basesrc/usr.bin/make/compat.c
cvs rdiff -r1.63 -r1.64 basesrc/usr.bin/make/job.c
cvs rdiff -r1.82 -r1.83 basesrc/usr.bin/make/main.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/make/nonints.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