From 083c1fb5f415e3ecb9f67e6b14ea706864970fd4 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Fri, 17 Mar 2017 18:08:53 +0100 Subject: [PATCH 1/1] mk: remove invalid phony target There was a typo in the .PHONY for the test-build target. If we fix the typo, the test-build target does not work, because it won't match the '%' target anymore. So just remove the .PHONY. Fixes: 64592d97c1ae ("mk: do not build tests by default") Signed-off-by: Olivier Matz Acked-by: Ferruh Yigit --- mk/rte.sdkroot.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/mk/rte.sdkroot.mk b/mk/rte.sdkroot.mk index 7598bde435..f20563e9a4 100644 --- a/mk/rte.sdkroot.mk +++ b/mk/rte.sdkroot.mk @@ -96,7 +96,6 @@ config showconfigs showversion showversionum: test test-basic test-fast test-ring test-mempool test-perf coverage: $(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdktest.mk $@ -.PHONY: test-buid test: test-build .PHONY: install -- 2.20.1