mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
Merge
This commit is contained in:
commit
9e5b1e14bf
@ -82,6 +82,14 @@ ifeq ($(MODULE), java.base)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(MODULE), jdk.scripting.nashorn.shell)
|
||||
JMOD_FLAGS += --main-class jdk.nashorn.tools.jjs.Main
|
||||
endif
|
||||
|
||||
ifeq ($(MODULE), jdk.scripting.nashorn)
|
||||
JMOD_FLAGS += --main-class jdk.nashorn.tools.Shell
|
||||
endif
|
||||
|
||||
# Changes to the jmod tool itself should also trigger a rebuild of all jmods.
|
||||
# The variable JMOD_CMD could contain an environment variable assignment before
|
||||
# the actual command. Filter that out using wildcard before adding to DEPS.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user