make/launcher/Launcher-jdk.jcmd.gmk
changeset 48908 329428e095b6
parent 47216 71c04702a3d5
equal deleted inserted replaced
48907:c38163717870 48908:329428e095b6
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 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
    58 ))
    58 ))
    59 
    59 
    60 $(eval $(call SetupBuildLauncher, jcmd, \
    60 $(eval $(call SetupBuildLauncher, jcmd, \
    61     MAIN_CLASS := sun.tools.jcmd.JCmd, \
    61     MAIN_CLASS := sun.tools.jcmd.JCmd, \
    62 ))
    62 ))
       
    63 
       
    64 # Hook to include the corresponding custom file, if present.
       
    65 $(eval $(call IncludeCustomExtension, launcher/Launcher-jdk.jcmd-post.gmk))