8038262: Workaround for ccache in vm.make is missing for aix
authoramurillo
Mon, 24 Mar 2014 11:51:40 -0700
changeset 23483 0130945560ee
parent 23482 40418dd505d1
child 23484 b9e6597aa718
child 23514 8cc4189d9a2a
8038262: Workaround for ccache in vm.make is missing for aix Reviewed-by: simonis, kvn
hotspot/make/aix/makefiles/vm.make
--- a/hotspot/make/aix/makefiles/vm.make	Mon Mar 24 10:48:44 2014 -0700
+++ b/hotspot/make/aix/makefiles/vm.make	Mon Mar 24 11:51:40 2014 -0700
@@ -101,7 +101,7 @@
 # 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.
-vm_version.o: CXXFLAGS += ${JRE_VERSION}
+CXXFLAGS/vm_version.o += ${JRE_VERSION}
 
 CXXFLAGS/BYFILE = $(CXXFLAGS/$@)