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:           Fri Apr  4 18:57:01 UTC 2025

Modified Files:
        src/usr.bin/make: var.c
        src/usr.bin/make/unit-tests: cond-token-var.exp cond-token-var.mk
            opt-debug-lint.mk varmod-ifelse.mk varmod-range.exp varmod-range.mk

Log Message:
make: fix error message for undefined variable in conditional

Previously, only ${UNDEF} had the proper error message, while
${UNDEF:M*} still produced the wrong "Malformed conditional".


To generate a diff of this commit:
cvs rdiff -u -r1.1158 -r1.1159 src/usr.bin/make/var.c
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/cond-token-var.exp
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/cond-token-var.mk
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/unit-tests/opt-debug-lint.mk
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/make/unit-tests/varmod-ifelse.mk
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/make/unit-tests/varmod-range.exp
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/make/unit-tests/varmod-range.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