6976516: Add support for compiling deploy ws without compiling j2se
Reviewed-by: herrick, ohair
--- a/jdk/make/common/internal/Resources.gmk Thu Jul 29 13:33:20 2010 -0700
+++ b/jdk/make/common/internal/Resources.gmk Thu Aug 12 23:21:17 2010 -0700
@@ -251,13 +251,13 @@
# Make sure the build rule creates all the properties
resources:
-ifneq ($(PROPERTIES_FILES),)
+ifneq ($(strip $(PROPERTIES_FILES)),)
resources: strip_prop_options_clean strip_all_props
clobber clean::
$(RM) $(STRIP_PROP_FILES) $(STRIP_PROP_options)
endif
-ifneq ($(COMPILED_PROPERTIES),)
+ifneq ($(strip $(COMPILED_PROPERTIES)),)
resources: compile_prop_options_clean compile_all_props
clobber clean::
$(RM) $(COMPILE_PROP_JAVA_FILES) $(COMPILE_PROP_options)