--- a/.hgignore Thu Oct 14 19:24:47 2010 -0700
+++ b/.hgignore Sat Oct 16 12:31:08 2010 -0400
@@ -1,3 +1,4 @@
^build/
^dist/
/nbproject/private/
+^webrev
--- a/make/deploy-rules.gmk Thu Oct 14 19:24:47 2010 -0700
+++ b/make/deploy-rules.gmk Sat Oct 16 12:31:08 2010 -0400
@@ -41,7 +41,7 @@
IMAGES_TARGET = images
endif
-DEPLOY_BUILD_TARGETS = sanity javaws-all plugin-all
+DEPLOY_BUILD_TARGETS = sanity deploy
# Only build 7-Zip LZMA file compression if it is available
# Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
ifeq ($(ARCH_DATA_MODEL), 32)
@@ -79,7 +79,6 @@
ifeq ($(UP_TMP), true)
DEPLOY_BUILD_TARGETS += cmd-comp-all
endif
- DEPLOY_BUILD_TARGETS += kernel-all
endif
endif
endif
--- a/make/install-rules.gmk Thu Oct 14 19:24:47 2010 -0700
+++ b/make/install-rules.gmk Sat Oct 16 12:31:08 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)