make/InitSupport.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 52595 16609197022c
child 54382 61616f509ef8
equal deleted inserted replaced
57144:fff0653622aa 57145:ceaa243112bd
   481   define CleanupSmartJavac
   481   define CleanupSmartJavac
   482 	[ -f $(SJAVAC_SERVER_DIR)/server.port ] && $(ECHO) Stopping sjavac server && \
   482 	[ -f $(SJAVAC_SERVER_DIR)/server.port ] && $(ECHO) Stopping sjavac server && \
   483 	    $(TOUCH) $(SJAVAC_SERVER_DIR)/server.port.stop; true
   483 	    $(TOUCH) $(SJAVAC_SERVER_DIR)/server.port.stop; true
   484   endef
   484   endef
   485 
   485 
   486   ifeq ($(OPENJDK_BUILD_OS), windows)
   486   ifeq ($(call isBuildOs, windows), true)
   487     # On windows we need to synchronize with the javac server to be able to
   487     # On windows we need to synchronize with the javac server to be able to
   488     # move or remove the build output directory. Since we have no proper
   488     # move or remove the build output directory. Since we have no proper
   489     # synchronization process, wait for a while and hope it helps. This is only
   489     # synchronization process, wait for a while and hope it helps. This is only
   490     # used by build comparisons.
   490     # used by build comparisons.
   491     define WaitForSmartJavacFinish
   491     define WaitForSmartJavacFinish