make/test/BuildFailureHandler.gmk
changeset 49070 d7859531621b
parent 47217 72e3ae9a25eb
child 53683 48ff68e2fe5c
equal deleted inserted replaced
49069:e37b804ae0b1 49070:d7859531621b
     1 #
     1 #
     2 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    62 ################################################################################
    62 ################################################################################
    63 
    63 
    64 ifeq ($(OPENJDK_TARGET_OS), windows)
    64 ifeq ($(OPENJDK_TARGET_OS), windows)
    65 
    65 
    66   $(eval $(call SetupNativeCompilation, BUILD_LIBTIMEOUT_HANDLER, \
    66   $(eval $(call SetupNativeCompilation, BUILD_LIBTIMEOUT_HANDLER, \
    67         LIBRARY := timeoutHandler, \
    67         NAME := timeoutHandler, \
    68         SRC := $(FH_BASEDIR)/src/windows/native/libtimeoutHandler, \
    68         SRC := $(FH_BASEDIR)/src/windows/native/libtimeoutHandler, \
    69         OBJECT_DIR := $(FH_SUPPORT)/libtimeoutHandler, \
    69         OBJECT_DIR := $(FH_SUPPORT)/libtimeoutHandler, \
    70         OUTPUT_DIR := $(FH_SUPPORT), \
    70         OUTPUT_DIR := $(FH_SUPPORT), \
    71         CFLAGS := $(CFLAGS_JDKLIB), \
    71         CFLAGS := $(CFLAGS_JDKLIB), \
    72         LDFLAGS := $(LDFLAGS_JDKLIB), \
    72         LDFLAGS := $(LDFLAGS_JDKLIB), \