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 21b580d661df80a98be012eea831f6ac1ce63d71..25f1628856608959d023da996811129c47c5971b 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 84de935fab9f0ee71eb49a88c6965ce48ef78bb3..f3f125eff14547bb157a75296c579ff5dff3250a 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 ba5e79b682e6fbc2fc13cc027f6d3dc4d3f3926d..71ce1aaf28c539c9c6f85a489d2a9579999e2258 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 9c40325ce15646fa3db3736911ca3ebec6aab33b..ac3185f16f79655b3116e511297b345076695551 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