diff --git a/.hgignore b/.hgignore index 0092bd4ff5a..2d339f9988c 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,4 @@ ^build/ ^dist/ /nbproject/private/ +^webrev diff --git a/make/deploy-rules.gmk b/make/deploy-rules.gmk index 3aa6e16d982..988c7d0921b 100644 --- a/make/deploy-rules.gmk +++ b/make/deploy-rules.gmk @@ -41,7 +41,7 @@ else 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)