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:   sjg
Date:           Sun Dec 12 20:45:48 UTC 2021

Modified Files:
        src/usr.bin/make: make.1 nonints.h suff.c var.c

Log Message:
Add .SUFFIXES as read-only variable.

References to ${.SUFFIXES} are handled dynamically in
ParseVarnameLong by calling Suff_NamesStr.

The variable cannot be set normally.

Reviewed by: rillig


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/usr.bin/make/make.1
cvs rdiff -u -r1.216 -r1.217 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.356 -r1.357 src/usr.bin/make/suff.c
cvs rdiff -u -r1.972 -r1.973 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