jdk/make/Tools.gmk
changeset 45449 6dd7fda42bab
parent 44760 61b03b960583
child 46042 a614479300d8
equal deleted inserted replaced
45448:4b53bf8b530c 45449:6dd7fda42bab
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2017, 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
    25 
    25 
    26 ifndef _TOOLS_GMK
    26 ifndef _TOOLS_GMK
    27 _TOOLS_GMK := 1
    27 _TOOLS_GMK := 1
    28 
    28 
    29 include JavaCompilation.gmk
    29 include JavaCompilation.gmk
       
    30 
       
    31 # Hook to include the corresponding custom file, if present.
       
    32 $(eval $(call IncludeCustomExtension, jdk, Tools.gmk))
    30 
    33 
    31 ################################################################################
    34 ################################################################################
    32 # To avoid reevaluating the compilation setup for the tools each time this file
    35 # To avoid reevaluating the compilation setup for the tools each time this file
    33 # is included, the actual compilation is handled by CompileTools.gmk. The
    36 # is included, the actual compilation is handled by CompileTools.gmk. The
    34 # following trick is used to be able to declare a dependency on the built tools.
    37 # following trick is used to be able to declare a dependency on the built tools.