[Title] comment out arm build
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 14 Dec 2012 06:26:33 +0000 (15:26 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 14 Dec 2012 06:26:33 +0000 (15:26 +0900)
[Desc.] comment out arm build on build script
[Issue] x86 package zipped empty after add arm build.

Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32
package/changelog
package/pkginfo.manifest

index 2093d3f52c3e41341535564473b97a29aa7b6fcf..0bded26f4fcd2f0e1b6b8d65442fd9bf29ebafb0 100755 (executable)
@@ -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
index 2093d3f52c3e41341535564473b97a29aa7b6fcf..0bded26f4fcd2f0e1b6b8d65442fd9bf29ebafb0 100755 (executable)
@@ -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
index 7fd1eee1ed222ff97536e82bcd3cc8a3de0bcbc4..2d5a697336fe0f1241d9697cb5c4884cd5e6ab2c 100755 (executable)
@@ -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
 
 }
 
index e3c0b9b837884eed70f7f4027aad6d98351b1eee..2c5c7efafc7ea9c358e92a4ce59e39d8646fa52c 100644 (file)
@@ -1,3 +1,6 @@
+* 1.4.28
+- comment out arm build
+== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
 * 1.4.27
 - version up
 == Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
index 8274ad3445b434fb43cd335b2ee886e346dd2703..d6cb388305a93b3ab93184c50f2e9d87ffc26948 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.4.27
+Version: 1.4.28
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator