--- old/make/test/BuildFailureHandler.gmk 2019-02-05 16:28:06.418742195 +0100 +++ new/make/test/BuildFailureHandler.gmk 2019-02-05 16:28:06.234742195 +0100 @@ -61,7 +61,7 @@ ################################################################################ -ifeq ($(OPENJDK_TARGET_OS), windows) +ifeq ($(call isTargetOs, windows), true) $(eval $(call SetupNativeCompilation, BUILD_LIBTIMEOUT_HANDLER, \ NAME := timeoutHandler, \ @@ -99,7 +99,7 @@ # RUN_DIR := $(FH_SUPPORT)/test # Add the dir of the dll to the path on windows -ifeq ($(OPENJDK_TARGET_OS), windows) +ifeq ($(call isTargetOs, windows), true) export PATH := $(PATH);$(FH_SUPPORT) endif