package: Modified build script files.
authorKitae Kim <kt920.kim@samsung.com>
Fri, 7 Dec 2012 01:32:14 +0000 (10:32 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 7 Dec 2012 01:55:54 +0000 (10:55 +0900)
When qemu is built, the build script execute distclean before compiling.
There is an issue about yagl device failure on x86 emulator.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
package/build.macos-64
package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32
package/changelog
package/pkginfo.manifest

index 7236d2bf745e5681e9103c086f0280253014c95f..a8dccf0e11894870acae2b4e3a1e0351f1c3462b 100755 (executable)
@@ -8,7 +8,7 @@ clean()
        if test -e "Makefile"
        then
                ./emulator_configure.sh
-               make clean
+               make distclean
        fi
        rm -rf $SRCDIR/*.zip
        rm -rf $SRCDIR/*.tar.gz
@@ -30,7 +30,7 @@ prepare()
 build()
 {
        cd $SRCDIR/tizen/
-#      ./emulator_configure.sh
+       ./emulator_configure.sh
        make all_dibs
        if [ $? -eq 0 ]
        then
index dfed8090c8766322d4976527f427bd41fa13e9c9..5140098f24f1cdc19a1b4fd22264232b357fcb9c 100755 (executable)
@@ -8,7 +8,7 @@ clean()
        if test -e "Makefile"
        then
                ./emulator_configure.sh
-               make clean
+               make distclean
        fi
        rm -rf $SRCDIR/*.zip
        rm -rf $SRCDIR/*.tar.gz
@@ -30,7 +30,7 @@ prepare()
 build()
 {
        cd $SRCDIR/tizen/
-#      ./emulator_configure.sh arm
+       ./emulator_configure.sh arm
        make all_dibs
        if [ $? -eq 0 ]
        then
index b88337a5e9738dc2f27b129a69eadd4ecb8277bd..a0eb9019ac4e7d9373f3848bf55a2d77bbeb0887 100755 (executable)
@@ -8,7 +8,7 @@ clean()
        if test -e "Makefile"
        then
                ./emulator_configure.sh
-               make clean
+               make distclean
        fi
        rm -rf $SRCDIR/*.zip
        rm -rf $SRCDIR/*.tar.gz
@@ -30,7 +30,7 @@ prepare()
 build()
 {
        cd $SRCDIR/tizen/
-#      ./emulator_configure.sh
+       ./emulator_configure.sh
        make all_dibs
        if [ $? -eq 0 ]
        then
index 8f96009ef06edba5251b0fd1b39ef5cc98eacea4..4489b218d1876682ec283e70c33c910c5b784ded 100755 (executable)
@@ -8,7 +8,7 @@ clean()
        if test -e "Makefile"
        then
                ./emulator_configure.sh -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
-               make clean
+               make distclean
        fi
        rm -rf $SRCDIR/*.zip
        rm -rf $SRCDIR/*.tar.gz
@@ -49,7 +49,7 @@ build()
        prepare
 
        cd $SRCDIR/tizen
-#      ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
+       ./emulator_configure.sh -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
        make all_dibs
        if [ $? -eq 0 ]
        then
index 822777f95be1dc040ce4c2a1b2cdcf4e4a228b15..d35d4d5b64e5f5f48330097f3b9f6f819edb8dd9 100644 (file)
@@ -1,3 +1,6 @@
+* 1.4.18
+- Modified build script files.
+== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
 * 1.4.17
 - apply nine-patch
 == GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
index e82170d7dd2a12d11e0b8060c5a773d6e5a6876e..0bec847551eb9733420d5f22d8a7569e9bb06935 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.4.17
+Version: 1.4.18
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator