changeset 6785:8c33458fc946

6976516: Add support for compiling deploy ws without compiling j2se Reviewed-by: herrick, ohair
author igor
date Thu, 12 Aug 2010 23:21:17 -0700
parents 80b5f0152e1f
children 08f72406f403
files jdk/make/common/internal/Resources.gmk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)