6976516: Add support for compiling deploy ws without compiling j2se
authorigor
Thu, 12 Aug 2010 23:21:17 -0700
changeset 6785 8c33458fc946
parent 6076 80b5f0152e1f
child 6786 08f72406f403
6976516: Add support for compiling deploy ws without compiling j2se Reviewed-by: herrick, ohair
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)