-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b08
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 variable.
'make help' will list known control variables.
SinceJDK-8347825, this happens whenever you run idea.sh, and it is confusing to users.
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 variable.
'make help' will list known control variables.
Since
- causes
-
JDK-8348866 JDK-8348586 breaks microbenchmark tests
-
- Open
-
-
JDK-8349074 8348586 broke jtreg make argument parsing
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/f1e07974
-
Review(master) openjdk/jdk/23302