equal
deleted
inserted
replaced
44 DEPLOY_BUILD_TARGETS = sanity deploy |
44 DEPLOY_BUILD_TARGETS = sanity deploy |
45 # Only build 7-Zip LZMA file compression if it is available |
45 # Only build 7-Zip LZMA file compression if it is available |
46 # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available |
46 # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available |
47 ifeq ($(ARCH_DATA_MODEL), 32) |
47 ifeq ($(ARCH_DATA_MODEL), 32) |
48 ifeq ($(PLATFORM), windows) |
48 ifeq ($(PLATFORM), windows) |
49 ifneq ($(KERNEL), off) |
|
50 EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \ |
49 EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \ |
51 $(ECHO) true ; \ |
50 $(ECHO) true ; \ |
52 else \ |
51 else \ |
53 $(ECHO) false ; \ |
52 $(ECHO) false ; \ |
54 fi ) |
53 fi ) |
55 ifeq ($(EC_TMP), true) |
54 ifeq ($(EC_TMP), true) |
56 DEPLOY_BUILD_TARGETS += extra-comp-all |
55 DEPLOY_BUILD_TARGETS += extra-comp-all |
57 endif |
56 endif |
58 endif |
|
59 endif |
57 endif |
60 endif |
58 endif |
61 |
59 |
62 ifneq ($(JQS), off) |
60 ifneq ($(JQS), off) |
63 ifeq ($(ARCH_DATA_MODEL), 32) |
61 ifeq ($(ARCH_DATA_MODEL), 32) |