make/solaris/makefiles/vm.make

changeset 545
a49a647afe9a
parent 535
c7c777385a15
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
     1.1 --- a/make/solaris/makefiles/vm.make	Thu Apr 10 15:49:16 2008 -0400
     1.2 +++ b/make/solaris/makefiles/vm.make	Fri Apr 11 09:56:35 2008 -0400
     1.3 @@ -63,6 +63,7 @@
     1.4  # The following variables are defined in the generated flags.make file.
     1.5  BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\""
     1.6  JRE_VERSION   = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\""
     1.7 +HS_LIB_ARCH   = -DHOTSPOT_LIB_ARCH=\"$(LIBARCH)\"
     1.8  BUILD_TARGET  = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\""
     1.9  BUILD_USER    = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\""
    1.10  VM_DISTRO     = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\""
    1.11 @@ -73,6 +74,7 @@
    1.12    ${BUILD_VERSION}   \
    1.13    ${BUILD_TARGET}    \
    1.14    ${BUILD_USER}      \
    1.15 +  ${HS_LIB_ARCH}     \
    1.16    ${JRE_VERSION}     \
    1.17    ${VM_DISTRO}
    1.18  

mercurial