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: Tue Apr 22 19:28:50 UTC 2025
Modified Files:
src/usr.bin/make: compat.c cond.c for.c hash.c hash.h job.c job.h
main.c make.c make.h parse.c var.c
Log Message:
make: clean up
Replace 'unsigned int' with simply 'unsigned'.
In compat.c, skipping whitespace is not needed, as the loop above
already skips it.
In job.c, remove the unused header <sys/file.h>.
Inline the TMPPAT macro, as it is only needed in a single place.
To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/usr.bin/make/compat.c
cvs rdiff -u -r1.372 -r1.373 src/usr.bin/make/cond.c
cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/for.c
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/make/hash.c
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/make/hash.h
cvs rdiff -u -r1.495 -r1.496 src/usr.bin/make/job.c
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/job.h
cvs rdiff -u -r1.643 -r1.644 src/usr.bin/make/main.c
cvs rdiff -u -r1.266 -r1.267 src/usr.bin/make/make.c
cvs rdiff -u -r1.352 -r1.353 src/usr.bin/make/make.h
cvs rdiff -u -r1.743 -r1.744 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1159 -r1.1160 src/usr.bin/make/var.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