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:           Wed Feb  9 21:09:25 UTC 2022

Modified Files:
        src/usr.bin/make: cond.c hash.c make.1 parse.c
        src/usr.bin/make/unit-tests: Makefile directive-elifdef.mk
            directive-ifmake.mk meta-cmd-cmp.mk objdir-writable.mk
            opt-debug-parse.mk suff-use.mk var-op-sunsh.mk var-scope-local.mk
            varmod-assign.mk varmod-order-numeric.mk varmod-to-separator.mk
            varname.mk

Log Message:
make: fix mistakes, spelling and typos in comments and manual page

No binary change for -DNDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 src/usr.bin/make/cond.c
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/hash.c
cvs rdiff -u -r1.304 -r1.305 src/usr.bin/make/make.1
cvs rdiff -u -r1.664 -r1.665 src/usr.bin/make/parse.c
cvs rdiff -u -r1.305 -r1.306 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-elifdef.mk
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/directive-ifmake.mk \
    src/usr.bin/make/unit-tests/var-op-sunsh.mk \
    src/usr.bin/make/unit-tests/varname.mk
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/meta-cmd-cmp.mk \
    src/usr.bin/make/unit-tests/var-scope-local.mk
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/objdir-writable.mk
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/opt-debug-parse.mk \
    src/usr.bin/make/unit-tests/varmod-order-numeric.mk
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/suff-use.mk
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/varmod-assign.mk
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/varmod-to-separator.mk

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