< prev index next >

make/common/MakeBase.gmk

Print this page

        

*** 874,890 **** exit $(DOLLAR)exitcode ) ) ################################################################################ # Find lib dir for module # Param 1 - module name ! ifeq ($(OPENJDK_TARGET_OS_TYPE), unix) ! FindLibDirForModule = \ ! $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)$(OPENJDK_TARGET_CPU_LIBDIR) ! else ! FindLibDirForModule = \ $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1) - endif ################################################################################ # 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. --- 874,885 ---- exit $(DOLLAR)exitcode ) ) ################################################################################ # Find lib dir for module # Param 1 - module name ! FindLibDirForModule = \ $(SUPPORT_OUTPUTDIR)/modules_libs/$(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.
< prev index next >