pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59184 CVS commit: src/usr.bin/make



The following reply was made to PR pkg/59184; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59184 CVS commit: src/usr.bin/make
Date: Sat, 22 Mar 2025 12:23:00 +0000

 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.
 


Home | Main Index | Thread Index | Old Index