make/linux/makefiles/vm.make

changeset 4602
e7e9e08147fc
parent 4344
892acf0431ef
child 4637
1b0dc9f87e75
     1.1 --- a/make/linux/makefiles/vm.make	Thu Feb 14 14:33:35 2013 -0500
     1.2 +++ b/make/linux/makefiles/vm.make	Thu Feb 14 12:36:07 2013 -0800
     1.3 @@ -100,7 +100,13 @@
     1.4  # This is VERY important! The version define must only be supplied to vm_version.o
     1.5  # If not, ccache will not re-use the cache at all, since the version string might contain
     1.6  # a time and date. 
     1.7 -vm_version.o: CXXFLAGS += ${JRE_VERSION}
     1.8 +CXXFLAGS/vm_version.o += ${JRE_VERSION}
     1.9 +
    1.10 +CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
    1.11 +
    1.12 +# File specific flags
    1.13 +CXXFLAGS += $(CXXFLAGS/BYFILE)
    1.14 +
    1.15  
    1.16  ifndef JAVASE_EMBEDDED 
    1.17  ifneq (${ARCH},arm)

mercurial