Module Name: src Committed By: rillig Date: Thu Feb 9 22:21:57 UTC 2023
Modified Files: src/usr.bin/make/unit-tests: varmod-remember.mk Log Message: tests/make: remove debugging directive from test for ':_' To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varmod-remember.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/unit-tests/varmod-remember.mk diff -u src/usr.bin/make/unit-tests/varmod-remember.mk:1.8 src/usr.bin/make/unit-tests/varmod-remember.mk:1.9 --- src/usr.bin/make/unit-tests/varmod-remember.mk:1.8 Thu Feb 9 08:22:10 2023 +++ src/usr.bin/make/unit-tests/varmod-remember.mk Thu Feb 9 22:21:57 2023 @@ -1,4 +1,4 @@ -# $NetBSD: varmod-remember.mk,v 1.8 2023/02/09 08:22:10 rillig Exp $ +# $NetBSD: varmod-remember.mk,v 1.9 2023/02/09 22:21:57 rillig Exp $ # # Tests for the :_ modifier, which saves the current expression value # in the _ variable or another, to be used later again. @@ -33,8 +33,6 @@ GHI.global:= ${GHI} # is evaluated in t . error .endif -.MAKEFLAGS: -d0 - # In the parameterized form, having the variable name on the right side of # the = assignment operator looks confusing. In almost all other situations,