Module Name: src Committed By: rillig Date: Sat Mar 22 12:23:00 UTC 2025
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varname-dot-make-level.exp varname-dot-make-level.mk Log Message: make: ignore attempts to override a read-only global with the same value Up to NetBSD 9, make passed around the internal variable .MAKE.LEVEL.ENV via MAKEFLAGS. Allow these old versions of make to coexist with newer versions of make. See unit-tests/varname-dot-make-level.mk for details. Fixes PR pkg/59184. To generate a diff of this commit: cvs rdiff -u -r1.1144 -r1.1145 src/usr.bin/make/var.c cvs rdiff -u -r1.4 -r1.5 \ src/usr.bin/make/unit-tests/varname-dot-make-level.exp cvs rdiff -u -r1.5 -r1.6 \ src/usr.bin/make/unit-tests/varname-dot-make-level.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.