Re: RFR: 8348586: Optionally silence make warnings about non-control variables

2025-01-24 Thread Magnus Ihse Bursie
On Fri, 24 Jan 2025 17:08:42 GMT, Magnus Ihse Bursie wrote: > When you set a variable on the make command line that is not a known control > variable, make emits a note like this: > > > Note: Command line contains non-control variables: > * MODULES= > * IDEA_OUTPUT=/mnt/h/openjdk/git-jdk2/.ide

RFR: 8348586: Optionally silence make warnings about non-control variables

2025-01-24 Thread Magnus Ihse Bursie
When you set a variable on the make command line that is not a known control variable, make emits a note like this: Note: Command line contains non-control variables: * MODULES= * IDEA_OUTPUT=/mnt/h/openjdk/git-jdk2/.idea Make sure it is not mistyped, and that you intend to override this variabl