aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjqzuo <none@none>2010-10-04 16:36:17 -0400
committerjqzuo <none@none>2010-10-04 16:36:17 -0400
commit835d0d2cfb4cd086e637578a20372c80d9e4be46 (patch)
treef088c06b89782433347aeb3cffc447466858b4ba
parenta4fbad85999116980af5787db234d5cbcaccda20 (diff)
6983855: The jre combo bundle target needs to be added in the makefile
Reviewed-by: billyh, paulk
-rw-r--r--make/install-rules.gmk4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/install-rules.gmk b/make/install-rules.gmk
index b20f8ea..56b9baa 100644
--- a/make/install-rules.gmk
+++ b/make/install-rules.gmk
@@ -93,6 +93,10 @@ ifeq ($(BUILD_INSTALL), true)
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)