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:   sjg
Date:           Fri Apr 23 00:18:50 UTC 2010

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

Log Message:
On darwin at least, vfork() fails in child of vfork().
It probably shouldn't work anyway, so avoid this.
We use the macro vFork() - a function seems to cause problems
and is unnecessary overhead.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/usr.bin/make/compat.c
cvs rdiff -u -r1.148 -r1.149 src/usr.bin/make/job.c
cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/main.c
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/make.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