提交 72e6db41 编写于 作者: J jqzuo

Merge

...@@ -46,7 +46,6 @@ DEPLOY_BUILD_TARGETS = sanity deploy ...@@ -46,7 +46,6 @@ DEPLOY_BUILD_TARGETS = sanity deploy
# Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
ifeq ($(ARCH_DATA_MODEL), 32) ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(PLATFORM), windows) ifeq ($(PLATFORM), windows)
ifneq ($(KERNEL), off)
EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \ EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \
$(ECHO) true ; \ $(ECHO) true ; \
else \ else \
...@@ -55,7 +54,6 @@ ifeq ($(ARCH_DATA_MODEL), 32) ...@@ -55,7 +54,6 @@ ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(EC_TMP), true) ifeq ($(EC_TMP), true)
DEPLOY_BUILD_TARGETS += extra-comp-all DEPLOY_BUILD_TARGETS += extra-comp-all
endif endif
endif
endif endif
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册