changeset 23839:01745e531a0a

8153252: SA: Hotspot build on Windows fails if make/closed folder does not exist Reviewed-by: dsamersoff, erikj
author poonam
date Thu, 14 Apr 2016 11:08:30 -0700
parents 83dc7e55f715
children d025821b6b6d
files make/windows/makefiles/sa.make
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/windows/makefiles/sa.make	Mon Apr 04 10:59:22 2016 -0700
+++ b/make/windows/makefiles/sa.make	Thu Apr 14 11:08:30 2016 -0700
@@ -44,9 +44,11 @@
 HS_ALT_SRC_REL=src/closed
 HS_ALT_SRC = $(WorkSpace)/$(HS_ALT_SRC_REL)
 !ifndef HS_ALT_MAKE
+!if exist($(WorkSpace)/make/closed)
 HS_ALT_MAKE=$(WorkSpace)/make/closed
 !endif
 !endif
+!endif
 
 HS_COMMON_SRC = $(WorkSpace)/$(HS_COMMON_SRC_REL)