From: Kitae Kim Date: Thu, 19 Jul 2012 12:25:43 +0000 (+0900) Subject: [Title] remove redundant configure. X-Git-Tag: TizenStudio_2.0_p2.3~1396^2~88^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d609f5ca038855df40b9de8d834e6b83b8e9572;p=sdk%2Femulator%2Fqemu.git [Title] remove redundant configure. [Type] [Module] emulator / dibs [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index a2e346d..587c05d 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -16,7 +16,7 @@ clean() build() { cd $SRCDIR/tizen/ - ./emulator_configure.sh +# ./emulator_configure.sh make all_dibs } diff --git a/package/build.ubuntu-64 b/package/build.ubuntu-64 index a2e346d..587c05d 100755 --- a/package/build.ubuntu-64 +++ b/package/build.ubuntu-64 @@ -16,7 +16,7 @@ clean() build() { cd $SRCDIR/tizen/ - ./emulator_configure.sh +# ./emulator_configure.sh make all_dibs } diff --git a/package/build.windows-32 b/package/build.windows-32 index f077e55..b6bf329 100755 --- a/package/build.windows-32 +++ b/package/build.windows-32 @@ -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