< prev index next >

make/common/MakeBase.gmk

Print this page

        

*** 826,836 **** FindLibDirForModule = \ $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1) endif ################################################################################ ! # Return a string suitable for use after a -classpath or -modulepath 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. # param 1 : A space separated list of classpath entries # The surrounding strip is needed to keep additional whitespace out PathList = \ --- 826,836 ---- 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. # param 1 : A space separated list of classpath entries # The surrounding strip is needed to keep additional whitespace out PathList = \
< prev index next >