changeset 294:b011f9ab61f8

6997515: KERNEL=0 in JDK7 build causes loss of lzma compression. Reviewed-by: billyh, jqzuo
author paulk
date Wed, 17 Nov 2010 11:55:01 -0500
parents 7220e60b097f
children ba8ec3e1e7f2 2dfa4b3ffb15
files make/deploy-rules.gmk
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/deploy-rules.gmk	Thu Oct 28 13:31:20 2010 -0700
+++ b/make/deploy-rules.gmk	Wed Nov 17 11:55:01 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