# HG changeset patch # User igor # Date 1281680477 25200 # Node ID 8c33458fc946a7504a3fc0f85e40ee08637faee9 # Parent 80b5f0152e1fdf53e949464dc6996c9e808a5088 6976516: Add support for compiling deploy ws without compiling j2se Reviewed-by: herrick, ohair diff -r 80b5f0152e1f -r 8c33458fc946 jdk/make/common/internal/Resources.gmk --- 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)