mirror of
https://github.com/mirror/make.git
synced 2026-08-19 16:33:28 +08:00
[SV 64115] Suppress warnings about undefined GNUMAKEFLAGS
* src/variable.c (defined_vars): Add GNUMAKEFLAGS to defined variables. * tests/scripts/options/warn: Add a test.
This commit is contained in:
committed by
Paul Smith
parent
0880e5c86a
commit
ebe0a1c9f1
@@ -1916,6 +1916,7 @@ static const struct defined_vars defined_vars[] = {
|
||||
{ STRING_SIZE_TUPLE ("VPATH") },
|
||||
{ STRING_SIZE_TUPLE ("GPATH") },
|
||||
{ STRING_SIZE_TUPLE (WARNINGS_NAME) },
|
||||
{ STRING_SIZE_TUPLE (GNUMAKEFLAGS_NAME) },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user