changeset 250:ba8ec3e1e7f2

Merge
author jqzuo
date Tue, 07 Dec 2010 19:18:48 -0500
parents 6f79b68d1851 (current diff) b011f9ab61f8 (diff)
children 2c2d4f88637b
files
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/deploy-rules.gmk	Thu Dec 02 19:03:54 2010 -0800
+++ b/make/deploy-rules.gmk	Tue Dec 07 19:18:48 2010 -0500
@@ -46,7 +46,6 @@
 # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
 ifeq ($(ARCH_DATA_MODEL), 32)
   ifeq ($(PLATFORM), windows)
-    ifneq ($(KERNEL), off)
       EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \
         $(ECHO) true ; \
       else \
@@ -55,7 +54,6 @@
   ifeq ($(EC_TMP), true)
         DEPLOY_BUILD_TARGETS += extra-comp-all
       endif
-    endif
   endif
 endif