From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490009658; x=1521545658; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=2pXZFP0RcFZ6ui6ZG4yHhRvV4cr5BPbd3Jiid9SWxIE=; b=jeDFKA14pvz9d1P83vuuKyhwqIltWWrCm4zVTcK+OKII9hlZp94mDobB y7zrwBgayYnROaEmgUWJBvaaX+qFJQ==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 04:34:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,194,1486454400"; d="scan'208";a="836602998" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 20 Mar 2017 04:34:15 -0700 To: Olivier Matz , dev@dpdk.org References: <1489770533-25754-1-git-send-email-olivier.matz@6wind.com> Cc: thomas.monjalon@6wind.com From: Ferruh Yigit Message-ID: Date: Mon, 20 Mar 2017 11:34:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489770533-25754-1-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: remove invalid phony target X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 11:34:18 -0000 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