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:           Thu Jul  2 15:47:39 UTC 2020

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

Log Message:
make(1): remove useless parameter from Var_Set

The enum corresponding to this int parameter is only defined in var.c,
which makes it impractical for the outside to set this parameter to
anything but 0.

On x86_64, this reduces the size of the resulting executable by 5 kB.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/arch.c
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/compat.c
cvs rdiff -u -r1.198 -r1.199 src/usr.bin/make/job.c
cvs rdiff -u -r1.276 -r1.277 src/usr.bin/make/main.c
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/make/make.c
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/meta.c
cvs rdiff -u -r1.76 -r1.77 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.233 -r1.234 src/usr.bin/make/parse.c
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/make/suff.c
cvs rdiff -u -r1.229 -r1.230 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