[Title] remove redundant configure.
authorKitae Kim <kt920.kim@samsung.com>
Thu, 19 Jul 2012 12:25:43 +0000 (21:25 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Thu, 19 Jul 2012 12:25:43 +0000 (21:25 +0900)
[Type]
[Module] emulator / dibs
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32

index a2e346d..587c05d 100755 (executable)
@@ -16,7 +16,7 @@ clean()
 build()
 {
        cd $SRCDIR/tizen/
-       ./emulator_configure.sh
+#      ./emulator_configure.sh
        make all_dibs
 }
 
index a2e346d..587c05d 100755 (executable)
@@ -16,7 +16,7 @@ clean()
 build()
 {
        cd $SRCDIR/tizen/
-       ./emulator_configure.sh
+#      ./emulator_configure.sh
        make all_dibs
 }
 
index f077e55..b6bf329 100755 (executable)
@@ -47,7 +47,7 @@ build()
        prepare
 
        cd $SRCDIR/tizen
-       ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
+#      ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
        make all_dibs
        if [ -f "../i386-softmmu/qemu-system-i386.exe" ]
        then