make/common/MakeBase.gmk
changeset 49244 995a5556edfa
parent 49205 d1a19a08389a
child 49270 f6ad4d73c834
--- a/make/common/MakeBase.gmk	Wed Mar 14 21:35:41 2018 +0100
+++ b/make/common/MakeBase.gmk	Thu Mar 15 01:20:47 2018 +0100
@@ -1027,6 +1027,12 @@
     $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
 
 ################################################################################
+# Find executable dir for module
+# Param 1 - module name
+FindExecutableDirForModule = \
+    $(SUPPORT_OUTPUTDIR)/modules_cmds/$(strip $1)
+
+################################################################################
 # Return a string suitable for use after a -classpath or --module-path option. It
 # will be correct and safe to use on all platforms. Arguments are given as space
 # separate classpath entries. Safe for multiple nested calls.