6983855: The jre combo bundle target needs to be added in the makefile
authorjqzuo
Mon, 04 Oct 2010 16:36:17 -0400
changeset 6734 bc342cc53099
parent 6733 264aa563bf7d
child 6735 d5c629483162
child 7088 c1079123029f
6983855: The jre combo bundle target needs to be added in the makefile Reviewed-by: billyh, paulk
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)