Print this page
rev 6164 : 8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn

Split Split Close
Expand all
Collapse all
          --- old/make/aix/makefiles/vm.make
          +++ new/make/aix/makefiles/vm.make
↓ open down ↓ 93 lines elided ↑ open up ↑
  94   94    ${INCLUDES}        \
  95   95    ${BUILD_VERSION}   \
  96   96    ${BUILD_TARGET}    \
  97   97    ${BUILD_USER}      \
  98   98    ${HS_LIB_ARCH}     \
  99   99    ${VM_DISTRO}
 100  100  
 101  101  # This is VERY important! The version define must only be supplied to vm_version.o
 102  102  # If not, ccache will not re-use the cache at all, since the version string might contain
 103  103  # a time and date.
 104      -vm_version.o: CXXFLAGS += ${JRE_VERSION}
      104 +CXXFLAGS/vm_version.o += ${JRE_VERSION}
 105  105  
 106  106  CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
 107  107  
 108  108  # File specific flags
 109  109  CXXFLAGS += $(CXXFLAGS/BYFILE)
 110  110  
 111  111  
 112  112  # CFLAGS_WARN holds compiler options to suppress/enable warnings.
 113  113  CFLAGS += $(CFLAGS_WARN/BYFILE)
 114  114  
↓ open down ↓ 263 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX