build: remove duplicated configure command
authorMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 10:52:37 +0000 (19:52 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 11:04:06 +0000 (20:04 +0900)
already done on clean function.

Change-Id: I16db89166ede473ab4fa96f913514eb5c2e0343c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
package/build.macos-64
package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32

index f436b2c7a069e3a12531c69ed3e469470be0fa16..d8a296b297d4a9593c6eb226fa7e2b7f1d8a7463 100755 (executable)
@@ -75,7 +75,6 @@ build()
 
     cd $SRCDIR/tizen/
 
-    ./emulator_configure.sh x86 -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
     make all_dibs
     if [ $? -eq 0 ]
     then
index 53e3c693e8f6fac081fc2b9128d4aa97c5ec8c73..d111b3620cce24026a3b94db08e68d5b0b5be5f7 100755 (executable)
@@ -51,7 +51,6 @@ build()
        export PKG_CONFIG_PATH=${ROOTDIR}/lib/pkgconfig:${ROOTDIR}/remote/lib/pkgconfig:${ROOTDIR}/libav/lib/pkgconfig:${PKG_CONFIG_PATH}
 
        cd $SRCDIR/tizen/
-       ./emulator_configure.sh x86
        make all_dibs
        if [ $? -eq 0 ]
        then
index 53e3c693e8f6fac081fc2b9128d4aa97c5ec8c73..d111b3620cce24026a3b94db08e68d5b0b5be5f7 100755 (executable)
@@ -51,7 +51,6 @@ build()
        export PKG_CONFIG_PATH=${ROOTDIR}/lib/pkgconfig:${ROOTDIR}/remote/lib/pkgconfig:${ROOTDIR}/libav/lib/pkgconfig:${PKG_CONFIG_PATH}
 
        cd $SRCDIR/tizen/
-       ./emulator_configure.sh x86
        make all_dibs
        if [ $? -eq 0 ]
        then
index 70432d583b44405ed22bef29679a79551a4b953c..c92f046586145083568c624c2038c15779c718d0 100755 (executable)
@@ -59,7 +59,6 @@ build()
        prepare
 
        cd $SRCDIR/tizen
-       ./emulator_configure.sh x86 -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
        make all_dibs
        if [ $? -eq 0 ]
        then