< prev index next >

make/RunTestsPrebuiltSpec.gmk

Print this page

        

@@ -184,5 +184,9 @@
 endif
 
 ifeq ($(OPENJDK_BUILD_OS), windows)
   CYGPATH := cygpath
 endif
+
+################################################################################
+# Simple macros from spec.gmk.in
+SHARED_LIBRARY=$(LIBRARY_PREFIX)$1$(SHARED_LIBRARY_SUFFIX)
< prev index next >