build: introduced concurrent build on DIBS
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Sat, 20 Jun 2015 08:42:15 +0000 (17:42 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 22 Jun 2015 05:30:39 +0000 (14:30 +0900)
Change-Id: I7960462d1c5f821f058177349289bdaf7c15ab61

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

index 21b580d..25f1628 100755 (executable)
@@ -82,7 +82,7 @@ build()
     cd $SRCDIR/tizen/
 
     ./emulator_configure.sh x86 -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
-    make all_dibs
+    make all_dibs -j4
     if [ $? -eq 0 ]
     then
         echo "build success"
index 84de935..f3f125e 100755 (executable)
@@ -53,7 +53,7 @@ build()
 
        cd $SRCDIR/tizen/
        ./emulator_configure.sh x86
-       make all_dibs
+       make all_dibs -j4
        if [ $? -eq 0 ]
        then
                echo "x86 build success"
index ba5e79b..71ce1aa 100755 (executable)
@@ -53,7 +53,7 @@ build()
 
        cd $SRCDIR/tizen/
        ./emulator_configure.sh x86
-       make all_dibs
+       make all_dibs -j4
        if [ $? -eq 0 ]
        then
                echo "x86 build success"
index 9c40325..ac3185f 100755 (executable)
@@ -58,7 +58,7 @@ build()
 
        cd $SRCDIR/tizen
        ./emulator_configure.sh x86 -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
-       make all_dibs
+       make all_dibs -j4
        if [ $? -eq 0 ]
        then
                echo "x86 build success"
@@ -72,7 +72,7 @@ build()
 install()
 {
        prepare
-    
+
     X86_BIN_DIR=$SRCDIR/package/2.4-emulator-qemu-x86.package.${TARGET_OS}/data/platforms/tizen-2.4/common
        COMMON_BIN_DIR=$SRCDIR/package/2.4-emulator-qemu-common.package.${TARGET_OS}/data/platforms/tizen-2.4/common
        MOBILE_2_4_SKIN_RESOURCE_DIR=$SRCDIR/package/mobile-2.4-emulator-qemu-skins.package.${TARGET_OS}/data/platforms/tizen-2.4/mobile/emulator-resources/skins