< prev index next >

test/make/UtilsForTests.gmk

Print this page

        

*** 35,42 **** 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) SLEEP_ON_MAC := sleep 1 endif --- 35,42 ---- endif endef # On macosx, file system timestamps only have 1 second resultion so must add # sleeps to properly test dependencies. ! ifeq ($(call isBuildOs, macosx), true) SLEEP_ON_MAC := sleep 1 endif
< prev index next >