build: remove redundant scripts
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 16 Sep 2015 05:06:05 +0000 (14:06 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 16 Sep 2015 05:23:18 +0000 (14:23 +0900)
DIBS does not run build script with command argument. So we can
remove some lines.

Change-Id: Id4e1d05e07e47f2e9e02ef92eab417e62f9f5c5f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
package/build.linux
package/build.macos-64
package/build.windows-32

index 9f243899926a7f117ca0b751059cb12f161209ed..d18eeebebe8e7fcc38e030841d31d204aa3e4b5e 100755 (executable)
@@ -66,9 +66,3 @@ install()
        . $SRCDIR/package/build.common
        install_common
 }
-
-[ "$1" = "clean" ] && clean
-[ "$1" = "build" ] && build
-[ "$1" = "install" ] && install
-
-echo "success"
index dd94e93aca75b60d220cccbd9a52f81c13f746c9..3d1f7c85da30a25333baac610e70947924e74e68 100755 (executable)
@@ -24,9 +24,3 @@ install()
        . $SRCDIR/package/build.common
        install_common
 }
-
-[ "$1" = "clean" ] && clean
-[ "$1" = "build" ] && build
-[ "$1" = "install" ] && install
-
-echo "success"
index 2be533bf2d1da9c180fcfd9df8caf9012d3b3b77..010e5a9a0647f922070f8c624c197fecf4eeb676 100755 (executable)
@@ -33,9 +33,3 @@ install()
        . $SRCDIR/package/build.common
        install_common
 }
-
-[ "$1" = "clean" ] && clean
-[ "$1" = "build" ] && build
-[ "$1" = "install" ] && install
-
-echo "success"