6997515: KERNEL=0 in JDK7 build causes loss of lzma compression.

Wed, 17 Nov 2010 11:55:01 -0500

author
paulk
date
Wed, 17 Nov 2010 11:55:01 -0500
changeset 251
b011f9ab61f8
parent 239
7220e60b097f
child 252
ba8ec3e1e7f2
child 264
2dfa4b3ffb15

6997515: KERNEL=0 in JDK7 build causes loss of lzma compression.
Reviewed-by: billyh, jqzuo

make/deploy-rules.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/deploy-rules.gmk	Thu Oct 28 13:31:20 2010 -0700
     1.2 +++ b/make/deploy-rules.gmk	Wed Nov 17 11:55:01 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