提交 82b1a278 编写于 作者: D dholmes

7031929: Variable names typos in Release-embedded.gmk

Reviewed-by: alanb
上级 cd024bb1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册