Merge

Tue, 07 Dec 2010 19:18:48 -0500

author
jqzuo
date
Tue, 07 Dec 2010 19:18:48 -0500
changeset 252
ba8ec3e1e7f2
parent 250
6f79b68d1851
parent 251
b011f9ab61f8
child 256
2c2d4f88637b

Merge

     1.1 --- a/make/deploy-rules.gmk	Thu Dec 02 19:03:54 2010 -0800
     1.2 +++ b/make/deploy-rules.gmk	Tue Dec 07 19:18:48 2010 -0500
     1.3 @@ -46,7 +46,6 @@
     1.4  # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
     1.5  ifeq ($(ARCH_DATA_MODEL), 32)
     1.6    ifeq ($(PLATFORM), windows)
     1.7 -    ifneq ($(KERNEL), off)
     1.8        EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \
     1.9          $(ECHO) true ; \
    1.10        else \
    1.11 @@ -55,7 +54,6 @@
    1.12    ifeq ($(EC_TMP), true)
    1.13          DEPLOY_BUILD_TARGETS += extra-comp-all
    1.14        endif
    1.15 -    endif
    1.16    endif
    1.17  endif
    1.18  

mercurial