8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn
This commit is contained in:
parent
1c9ebd2beb
commit
3273c46daf
@ -101,7 +101,7 @@ CXXFLAGS = \
|
|||||||
# This is VERY important! The version define must only be supplied to vm_version.o
|
# 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
|
# If not, ccache will not re-use the cache at all, since the version string might contain
|
||||||
# a time and date.
|
# a time and date.
|
||||||
vm_version.o: CXXFLAGS += ${JRE_VERSION}
|
CXXFLAGS/vm_version.o += ${JRE_VERSION}
|
||||||
|
|
||||||
CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
|
CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user