Module Name: src Committed By: rillig Date: Wed Dec 15 10:04:49 UTC 2021
Modified Files: src/usr.bin/make: compat.c job.c nonints.h Log Message: make: change return type of Compat_RunCommand from int to bool The documentation was wrong before since status was not restricted to only 0 or 1. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/usr.bin/make/compat.c cvs rdiff -u -r1.440 -r1.441 src/usr.bin/make/job.c cvs rdiff -u -r1.219 -r1.220 src/usr.bin/make/nonints.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.