mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 13:25:34 +00:00
7031929: Variable names typos in Release-embedded.gmk
Reviewed-by: alanb
This commit is contained in:
parent
a1a5907f79
commit
828d6c87c0
@ -152,10 +152,10 @@ endif
|
||||
@# Remove all of the files that are not needed for the
|
||||
@# reduced JRE
|
||||
@#
|
||||
for l in $(NOT_JREREDUCED_BIN) ; do \
|
||||
for l in $(NOT_REDUCEDJRE_BIN) ; do \
|
||||
$(RM) $(JRE_REDUCED_IMAGE_DIR)/bin/$$l ; \
|
||||
done
|
||||
for l in $(NOT_JREREDUCED_LIB) ; do \
|
||||
for l in $(NOT_REDUCEDJRE_LIB) ; do \
|
||||
$(RM) $(JRE_REDUCED_IMAGE_DIR)/lib/$$l ; \
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user