wok-current rev 8523
Fix icedtea6-jdk: don't exit but return if an error occurs
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 03:21:54 2011 +0100 (2011-02-13) |
parents | 22de6f6fae63 |
children | 1ee924e11aed |
files | icedtea6-jdk/receipt |
line diff
1.1 --- a/icedtea6-jdk/receipt Sun Feb 13 03:20:36 2011 +0100 1.2 +++ b/icedtea6-jdk/receipt Sun Feb 13 03:21:54 2011 +0100 1.3 @@ -100,7 +100,7 @@ 1.4 --with-rhino=/usr/share/java/js.jar \ 1.5 --with-abs-install-dir=$JVM_PREFIX \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j 1 ARCH_PREFIX= || exit 1 1.8 + make -j 1 ARCH_PREFIX= || return 1 1.9 1.10 # NOTE: don't build with -j 4. Only build with -j 1 or tank will crash 1.11 # NOTE: IcedTea6 does not define an "install" target