6997515: KERNEL=0 in JDK7 build causes loss of lzma compression.
authorpaulk
Wed, 17 Nov 2010 11:55:01 -0500
changeset 7220 327ac84f05b3
parent 6953 228e73f288c5
child 7221 3555a5488ef3
child 7362 dbb2f79550ea
6997515: KERNEL=0 in JDK7 build causes loss of lzma compression. Reviewed-by: billyh, jqzuo
make/deploy-rules.gmk
--- a/make/deploy-rules.gmk	Wed Jul 05 17:26:04 2017 +0200
+++ 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