Module Name: src Committed By: rillig Date: Sat Mar 29 23:50:07 UTC 2025
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk varmod.mk varparse-errors.exp varparse-errors.mk Log Message: make: let unknown ":O" modifiers fall back to the ":from=to" modifier Inspired by https://bugs.freebsd.org/285726, which concerns the ":t" modifier instead. This means that future extensions to the ":O" modifier must not contain a "=" anywhere, otherwise they may break existing code. To generate a diff of this commit: cvs rdiff -u -r1.1152 -r1.1153 src/usr.bin/make/var.c cvs rdiff -u -r1.17 -r1.18 src/usr.bin/make/unit-tests/varmod-order.exp cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/unit-tests/varmod-order.mk \ src/usr.bin/make/unit-tests/varparse-errors.exp cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/unit-tests/varmod.mk cvs rdiff -u -r1.21 -r1.22 src/usr.bin/make/unit-tests/varparse-errors.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.