# HG changeset patch # User jqzuo # Date 1286224577 14400 # Node ID fd3a1c515903289aaa96839ca9ca6380e12c1318 # Parent 2a7813a9b52922cd1108f2e8557ce48af78fe3e1 6983855: The jre combo bundle target needs to be added in the makefile Reviewed-by: billyh, paulk diff -r 2a7813a9b529 -r fd3a1c515903 make/install-rules.gmk --- a/make/install-rules.gmk Sat Oct 02 11:08:37 2010 -0400 +++ b/make/install-rules.gmk Mon Oct 04 16:36:17 2010 -0400 @@ -93,6 +93,10 @@ fi endif +combo_build: + @$(ECHO) $@ installer combo build started: `$(DATE) '+%y-%m-%d %H:%M'` + $(CD) $(INSTALL_TOPDIR)/make/installer/bundles/windows/ishield/wrapper/wrapper.jreboth ; $(MAKE) all + install-clobber: ifeq ($(BUILD_INSTALL), true) @$(call MakeStart, install, clobber)