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 9f24389..d18eeeb 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 dd94e93..3d1f7c8 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 2be533b..010e5a9 100755 (executable)
@@ -33,9 +33,3 @@ install()
        . $SRCDIR/package/build.common
        install_common
 }
-
-[ "$1" = "clean" ] && clean
-[ "$1" = "build" ] && build
-[ "$1" = "install" ] && install
-
-echo "success"