comparison make/aix/makefiles/vm.make @ 17808:d623bc507723

8038262: Workaround for ccache in vm.make is missing for aix Reviewed-by: simonis, kvn
author amurillo
date Mon, 24 Mar 2014 11:51:40 -0700
parents e7cbc95179c4
children
comparison
equal deleted inserted replaced
17807:71a71b0bc844 17808:d623bc507723
99 ${VM_DISTRO} 99 ${VM_DISTRO}
100 100
101 # This is VERY important! The version define must only be supplied to vm_version.o 101 # This is VERY important! The version define must only be supplied to vm_version.o
102 # If not, ccache will not re-use the cache at all, since the version string might contain 102 # If not, ccache will not re-use the cache at all, since the version string might contain
103 # a time and date. 103 # a time and date.
104 vm_version.o: CXXFLAGS += ${JRE_VERSION} 104 CXXFLAGS/vm_version.o += ${JRE_VERSION}
105 105
106 CXXFLAGS/BYFILE = $(CXXFLAGS/$@) 106 CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
107 107
108 # File specific flags 108 # File specific flags
109 CXXFLAGS += $(CXXFLAGS/BYFILE) 109 CXXFLAGS += $(CXXFLAGS/BYFILE)