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: rillig
Date: Sat Aug 29 12:20:17 UTC 2020
Modified Files:
src/usr.bin/make: arch.c job.c job.h make.h parse.c
Log Message:
make(1): remove ReturnStatus, SUCCESS and FAILURE
These are used in so few places now that it is easier to use a simple
Boolean for them.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/usr.bin/make/arch.c
cvs rdiff -u -r1.223 -r1.224 src/usr.bin/make/job.c
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/make/job.h
cvs rdiff -u -r1.131 -r1.132 src/usr.bin/make/make.h
cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/parse.c
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