test/make/UtilsForTests.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 47334 09d386ddaa42
child 54380 e297c7bb6469
--- a/test/make/UtilsForTests.gmk	Tue Feb 05 10:24:39 2019 +0100
+++ b/test/make/UtilsForTests.gmk	Tue Feb 05 14:57:24 2019 +0100
@@ -37,6 +37,6 @@
 
 # On macosx, file system timestamps only have 1 second resultion so must add
 # sleeps to properly test dependencies.
-ifeq ($(OPENJDK_BUILD_OS), macosx)
+ifeq ($(call isBuildOs, macosx), true)
   SLEEP_ON_MAC := sleep 1
 endif