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 Feb 14 21:38:31 UTC 2023

Modified Files:
        src/usr.bin/make: compat.c for.c job.c main.c make.c make.h meta.c
            parse.c suff.c var.c

Log Message:
make: clean up calls to Var_Subst

None of the calls to Var_Subst used the return value, and the return
value was always VPR_OK.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/usr.bin/make/compat.c
cvs rdiff -u -r1.170 -r1.171 src/usr.bin/make/for.c
cvs rdiff -u -r1.457 -r1.458 src/usr.bin/make/job.c
cvs rdiff -u -r1.589 -r1.590 src/usr.bin/make/main.c
cvs rdiff -u -r1.258 -r1.259 src/usr.bin/make/make.c
cvs rdiff -u -r1.312 -r1.313 src/usr.bin/make/make.h
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/make/meta.c
cvs rdiff -u -r1.693 -r1.694 src/usr.bin/make/parse.c
cvs rdiff -u -r1.367 -r1.368 src/usr.bin/make/suff.c
cvs rdiff -u -r1.1042 -r1.1043 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