提交 4c60a1c3 编写于 作者: P poonam

8153252: SA: Hotspot build on Windows fails if make/closed folder does not exist

Reviewed-by: dsamersoff, erikj
上级 befb3990
......@@ -44,9 +44,11 @@ HS_COMMON_SRC_REL = src
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册