< prev index next >

test/make/UtilsForTests.gmk

Print this page

        

@@ -35,8 +35,8 @@
   endif
 endef
 
 # 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
< prev index next >