< prev index next >

hotspot/make/bsd/makefiles/vm.make

Print this page

        

*** 74,83 **** --- 74,84 ---- # The following variables are defined in the generated flags.make file. JDK_VER_DEFS = -DVERSION_MAJOR=$(VERSION_MAJOR) \ -DVERSION_MINOR=$(VERSION_MINOR) \ -DVERSION_SECURITY=$(VERSION_SECURITY) \ + -DVERSION_PATCH=$(VERSION_PATCH) \ -DVERSION_BUILD=$(VERSION_BUILD) VM_VER_DEFS = -DHOTSPOT_VERSION_STRING="\"$(HOTSPOT_VERSION_STRING)\"" \ -DVERSION_STRING="\"$(VERSION_STRING)\"" \ $(JDK_VER_DEFS) HS_LIB_ARCH = -DHOTSPOT_LIB_ARCH=\"$(LIBARCH)\"
< prev index next >