Module Name: src Committed By: rillig Date: Sun Dec 27 05:16:26 UTC 2020
Modified Files: src/usr.bin/make: compat.c job.c main.c Log Message: make(1): re-export variables from the actual make process Since make uses vfork if available, re-exporting the variables happens in the address space of the main process anyway, so there is no point in mentioning anything about "our client process" anywhere. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/usr.bin/make/compat.c cvs rdiff -u -r1.389 -r1.390 src/usr.bin/make/job.c cvs rdiff -u -r1.503 -r1.504 src/usr.bin/make/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.