From b11b6ab278e40a043768b4d4edef1c06c8be0ab1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 4 Mar 2019 18:48:15 +0900 Subject: [PATCH] Remove unused targets in Makefile (#4556) This commit removes deprecated target "check" and related internal targets. Signed-off-by: Jonghyun Park --- Makefile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Makefile b/Makefile index 480734e..eefee1d 100644 --- a/Makefile +++ b/Makefile @@ -116,8 +116,6 @@ ifneq ($(EXT_ACL_FOLDER),) #make external_acl endif -check: check_internal - runtime: runtime_build_internal testbuild: test_build_internal @@ -159,19 +157,6 @@ install_internal: internal_acl_build: configure_internal -ifeq ($(CROSS_BUILD),1) -check_internal: test_internal_cross -else -check_internal: test_internal -endif - -# TODO: Enable tests on cross build -test_internal_cross: - @echo "Can't do tests on cross build" - -test_internal: - tests/scripts/test_driver.sh . - build_test_suite: install_internal @echo "packaging test suite" @rm -rf $(INSTALL_ROOT)/test-suite.tar.gz -- 2.7.4