summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-01-06 12:53:58 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-01-06 12:53:58 +0100
commit43d1bde8dcda6d59f6c00ae010de63534f76bcc4 (patch)
tree97652979fe74e9bcd0b491ad486fdeee5fd52100 /recipes-core/icedtea
parent126a16f7337d6196e3e07a075144f5247181ddf2 (diff)
downloadmeta-java-43d1bde8dcda6d59f6c00ae010de63534f76bcc4.tar.gz
icedtea6-native: oenote -> bbnote transition
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/icedtea')
-rw-r--r--recipes-core/icedtea/icedtea6-native.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes-core/icedtea/icedtea6-native.inc
index 3207ee2..7287462 100644
--- a/recipes-core/icedtea/icedtea6-native.inc
+++ b/recipes-core/icedtea/icedtea6-native.inc
@@ -139,7 +139,7 @@ do_compile() {
139 139
140 140
141 # First build hotspot to get a libjvm.so 141 # First build hotspot to get a libjvm.so
142 echo "1/2 Building Hotspot" 142 bbnote "1/2 Building Hotspot"
143 oe_runmake hotspot 143 oe_runmake hotspot
144 144
145 # Remove the strange recursive symlink that is created here (If it is not there, then just skip this). 145 # Remove the strange recursive symlink that is created here (If it is not there, then just skip this).
@@ -154,11 +154,11 @@ do_compile() {
154 common_dir=openjdk-ecj/build/linux-$arch/tmp/sun 154 common_dir=openjdk-ecj/build/linux-$arch/tmp/sun
155 for D in javax.sound/jsoundalsa sun.awt.X11/xawt sun.awt/jawt; 155 for D in javax.sound/jsoundalsa sun.awt.X11/xawt sun.awt/jawt;
156 do 156 do
157 echo "creating $common_dir/$D/obj64/.files_compiled" 157 bbnote "creating $common_dir/$D/obj64/.files_compiled"
158 install -d $common_dir/$D/obj64 158 install -d $common_dir/$D/obj64
159 touch $common_dir/$D/obj64/.files_compiled 159 touch $common_dir/$D/obj64/.files_compiled
160 160
161 echo "creating $common_dir/$D/obj/.files_compiled" 161 bbnote "creating $common_dir/$D/obj/.files_compiled"
162 install -d $common_dir/$D/obj 162 install -d $common_dir/$D/obj
163 touch $common_dir/$D/obj/.files_compiled 163 touch $common_dir/$D/obj/.files_compiled
164 done 164 done
@@ -166,7 +166,7 @@ do_compile() {
166 # now use the jni.h from the hotspot 166 # now use the jni.h from the hotspot
167 #cp 167 #cp
168 168
169 echo "2/2 Running make icedtea-against-ecj" 169 bbnote "2/2 Running make icedtea-against-ecj"
170 # Now cross-compile bootstrap JDK 170 # Now cross-compile bootstrap JDK
171 rm stamps/icedtea-against-ecj.stamp stamps/icedtea-ecj.stamp || true 171 rm stamps/icedtea-against-ecj.stamp stamps/icedtea-ecj.stamp || true
172 oe_runmake icedtea-against-ecj 172 oe_runmake icedtea-against-ecj