[Title] update package version and check compile errors while running dibs.
authorKitae Kim <kt920.kim@samsung.com>
Tue, 31 Jul 2012 11:23:54 +0000 (20:23 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Tue, 31 Jul 2012 11:26:08 +0000 (20:26 +0900)
[Type] enhancement
[Module] emulator / dibs
[Priority] major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.macos-64
package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32
package/pkginfo.manifest

index 40856e0..52bc721 100755 (executable)
@@ -32,6 +32,13 @@ build()
        cd $SRCDIR/tizen/
 #      ./emulator_configure.sh
        make all_dibs
+    if [ $? -eq 0 ] 
+    then
+        echo "build success"
+    else
+        echo "build failure"
+        exit 1
+    fi
 }
 
 # install
index 40856e0..25adf38 100755 (executable)
@@ -32,6 +32,13 @@ build()
        cd $SRCDIR/tizen/
 #      ./emulator_configure.sh
        make all_dibs
+       if [ $? -eq 0 ]
+       then
+               echo "build success"
+       else
+               echo "build failure"
+               exit 1
+       fi
 }
 
 # install
index 40856e0..52bc721 100755 (executable)
@@ -32,6 +32,13 @@ build()
        cd $SRCDIR/tizen/
 #      ./emulator_configure.sh
        make all_dibs
+    if [ $? -eq 0 ] 
+    then
+        echo "build success"
+    else
+        echo "build failure"
+        exit 1
+    fi
 }
 
 # install
index 52a14ea..1e6444e 100755 (executable)
@@ -52,13 +52,13 @@ build()
        cd $SRCDIR/tizen
 #      ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
        make all_dibs
-       if [ -f "../i386-softmmu/qemu-system-i386.exe" ]
-       then
-               echo "BUILD SUCCESS"
-       else
-               echo "BUILD FAIL!!!"
-               exit 1;
-       fi
+    if [ $? -eq 0 ] 
+    then
+        echo "build success"
+    else
+        echo "build failure"
+        exit 1
+    fi
 }
 
 # install
index 62025b1..d6f3a25 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.3.8
+Version: 1.3.9
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator