6983855: The jre combo bundle target needs to be added in the makefile

Mon, 04 Oct 2010 16:36:17 -0400

author
jqzuo
date
Mon, 04 Oct 2010 16:36:17 -0400
changeset 235
fd3a1c515903
parent 234
2a7813a9b529
child 236
5cc9bb94398a
child 242
8b474f74f0cc

6983855: The jre combo bundle target needs to be added in the makefile
Reviewed-by: billyh, paulk

make/install-rules.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/install-rules.gmk	Sat Oct 02 11:08:37 2010 -0400
     1.2 +++ b/make/install-rules.gmk	Mon Oct 04 16:36:17 2010 -0400
     1.3 @@ -93,6 +93,10 @@
     1.4  	fi
     1.5  endif
     1.6  
     1.7 +combo_build:
     1.8 +	@$(ECHO) $@ installer combo build started: `$(DATE) '+%y-%m-%d %H:%M'`
     1.9 +	$(CD) $(INSTALL_TOPDIR)/make/installer/bundles/windows/ishield/wrapper/wrapper.jreboth ; $(MAKE) all
    1.10 +
    1.11  install-clobber:
    1.12  ifeq ($(BUILD_INSTALL), true)
    1.13  	@$(call MakeStart, install, clobber)

mercurial