From 11c68ef618d9d21205123c4b14e92f03bf2d9251 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Fri, 14 Dec 2012 15:26:33 +0900 Subject: [PATCH] [Title] comment out arm build [Desc.] comment out arm build on build script [Issue] x86 package zipped empty after add arm build. Signed-off-by: Sooyoung Ha --- package/build.ubuntu-32 | 18 +++++++++--------- package/build.ubuntu-64 | 18 +++++++++--------- package/build.windows-32 | 18 +++++++++--------- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 5 files changed, 31 insertions(+), 28 deletions(-) diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index 2093d3f52c..0bded26f4f 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -40,16 +40,16 @@ build() exit 1 fi - ./emulator_configure.sh arm - make all_dibs +# ./emulator_configure.sh arm +# make all_dibs - if [ $? -eq 0 ] - then - echo "arm build success" - else - echo "arm build failure" - exit 1 - fi +# if [ $? -eq 0 ] +# then +# echo "arm build success" +# else +# echo "arm build failure" +# exit 1 +# fi } # install diff --git a/package/build.ubuntu-64 b/package/build.ubuntu-64 index 2093d3f52c..0bded26f4f 100755 --- a/package/build.ubuntu-64 +++ b/package/build.ubuntu-64 @@ -40,16 +40,16 @@ build() exit 1 fi - ./emulator_configure.sh arm - make all_dibs +# ./emulator_configure.sh arm +# make all_dibs - if [ $? -eq 0 ] - then - echo "arm build success" - else - echo "arm build failure" - exit 1 - fi +# if [ $? -eq 0 ] +# then +# echo "arm build success" +# else +# echo "arm build failure" +# exit 1 +# fi } # install diff --git a/package/build.windows-32 b/package/build.windows-32 index 7fd1eee1ed..2d5a697336 100755 --- a/package/build.windows-32 +++ b/package/build.windows-32 @@ -59,15 +59,15 @@ build() exit 1 fi - ./emulator_configure.sh arm -e "$BUILD_CFLAGS $BUILD_LDFLAGS" - make all_dibs - if [ $? -eq 0 ] - then - echo "arm build success" - else - echo "arm build failure" - exit 1 - fi +# ./emulator_configure.sh arm -e "$BUILD_CFLAGS $BUILD_LDFLAGS" +# make all_dibs +# if [ $? -eq 0 ] +# then +# echo "arm build success" +# else +# echo "arm build failure" +# exit 1 +# fi } diff --git a/package/changelog b/package/changelog index e3c0b9b837..2c5c7efafc 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.4.28 +- comment out arm build +== Sooyoung Ha 2012-12-14 * 1.4.27 - version up == Sooyoung Ha 2012-12-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 8274ad3445..d6cb388305 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.4.27 +Version: 1.4.28 Maintainer: Yeong-Kyoon Lee Source: emulator -- 2.34.1