changeset 233:fd3a1c515903

6983855: The jre combo bundle target needs to be added in the makefile Reviewed-by: billyh, paulk
author jqzuo
date Mon, 04 Oct 2010 16:36:17 -0400
parents 2a7813a9b529
children 5cc9bb94398a 8b474f74f0cc
files make/install-rules.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)