view domake @ 1431:c01535d7fcc6

modified project layout (the java and C++ projects are now all in "c1x4hotspotsrc", the C++ source directories are linked into the project)
author Lukas Stadler <lukas.stadler@oracle.com>
date Wed, 01 Sep 2010 16:43:47 -0700
parents 6223633ce7dd
children 20a3896518ac
line wrap: on
line source

#!/bin/bash
pushd make
ALT_BOOTDIR=/usr/lib/jvm/java-6-sun LANG=C ARCH_DATA_MODEL=64 HOTSPOT_BUILD_JOBS=2 make jvmg1
cp ../build/linux/linux_amd64_compiler1/jvmg/libjvm.so ../../jre1.7.0/lib/amd64/client
cp ../build/linux/linux_amd64_compiler1/jvmg/libjsig.so ../../jre1.7.0/lib/amd64/client
popd