# HG changeset patch # User jqzuo # Date 1286224577 14400 # Node ID bc342cc5309936f85c2fe0d4de5de0865fc2ced8 # Parent 264aa563bf7dcbf6deab44f4afc7eda8d51c51cb 6983855: The jre combo bundle target needs to be added in the makefile Reviewed-by: billyh, paulk diff -r 264aa563bf7d -r bc342cc53099 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)