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 Mar 29 12:02:41 UTC 2025

Modified Files:
        src/usr.bin/make: var.c
        src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk

Log Message:
make: fix error message for unclosed expression

Even in an unclosed expression such as "${VAR:from=to", the modifier
":from=to" needs to be recognized as such, instead of giving an error
message about an "Unknown modifier ":from=to"".


To generate a diff of this commit:
cvs rdiff -u -r1.1148 -r1.1149 src/usr.bin/make/var.c
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/make/unit-tests/moderrs.exp
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/make/unit-tests/moderrs.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