From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] mk: remove invalid phony target Date: Mon, 20 Mar 2017 11:34:15 +0000 Message-ID: References: <1489770533-25754-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com To: Olivier Matz , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0E3121075 for ; Mon, 20 Mar 2017 12:34:17 +0100 (CET) In-Reply-To: <1489770533-25754-1-git-send-email-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/17/2017 5:08 PM, Olivier Matz wrote: > 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