8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT

Thu, 31 Jul 2014 11:14:26 -0700

author
mikael
date
Thu, 31 Jul 2014 11:14:26 -0700
changeset 1155
c7b4d867b82d
parent 1153
f8736a40a35d
child 1156
b6a148730f2b
child 1159
1f2473d3c38e

8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
Reviewed-by: dholmes, erikj

make/Jprt.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/Jprt.gmk	Mon Jul 21 21:46:10 2014 +0000
     1.2 +++ b/make/Jprt.gmk	Thu Jul 31 11:14:26 2014 -0700
     1.3 @@ -32,6 +32,10 @@
     1.4    JPRT_ARCHIVE_INSTALL_BUNDLE=/tmp/jprt_bundles/product-install.zip
     1.5  endif
     1.6  
     1.7 +ifeq ($(SKIP_BOOT_CYCLE), false)
     1.8 +  jprt_bundle: bootcycle-images
     1.9 +endif
    1.10 +
    1.11  # This target must be called in the context of a SPEC file
    1.12  jprt_bundle: $(JPRT_ARCHIVE_BUNDLE)
    1.13  	@$(call CheckIfMakeAtEnd)

mercurial