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:           Sat Jun 28 21:09:44 UTC 2025

Modified Files:
        src/usr.bin/make: str.c
        src/usr.bin/make/unit-tests: varmod-match-escape.exp
            varmod-match-escape.mk

Log Message:
make: error out on an ":M" modifier whose pattern ends with backslash

This edge case is not expected to occur intentionally in practice.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/usr.bin/make/str.c
cvs rdiff -u -r1.27 -r1.28 \
    src/usr.bin/make/unit-tests/varmod-match-escape.exp
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/unit-tests/varmod-match-escape.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