< prev index next >

make/solaris/makefiles/vm.make

Print this page

        

*** 86,96 **** ${VM_DISTRO} # This is VERY important! The version define must only be supplied to vm_version.o # If not, ccache will not re-use the cache at all, since the version string might contain # a time and date. ! CXXFLAGS/vm_version.o += ${JRE_VERSION} CXXFLAGS/BYFILE = $(CXXFLAGS/$@) # File specific flags CXXFLAGS += $(CXXFLAGS/BYFILE) --- 86,97 ---- ${VM_DISTRO} # This is VERY important! The version define must only be supplied to vm_version.o # If not, ccache will not re-use the cache at all, since the version string might contain # a time and date. ! CXXFLAGS/vm_version.o += ${JRE_VERSION} ${VERSION_CFLAGS} ! CXXFLAGS/arguments.o += ${VERSION_CFLAGS} CXXFLAGS/BYFILE = $(CXXFLAGS/$@) # File specific flags CXXFLAGS += $(CXXFLAGS/BYFILE)
< prev index next >