From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix default rule of test subdirectory Date: Fri, 15 Jul 2016 17:24:22 +0200 Message-ID: <7776795.an43Wffkga@xps13> References: <1468318944-19477-1-git-send-email-thomas.monjalon@6wind.com> <3AEA2BF9852C6F48A459DA490692831F0105A0BB@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Pattan, Reshma" Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id E117C5586 for ; Fri, 15 Jul 2016 17:24:23 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id o80so34726854wme.1 for ; Fri, 15 Jul 2016 08:24:23 -0700 (PDT) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F0105A0BB@IRSMSX109.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > When using "make -C app/test" (with RTE_SDK/RTE_TARGET adjusted) without > > specifying the rule (all), the build is not done. > > Indeed the default rule is not "all" anymore since there are some rules added for > > external resources link. > > > > It is fixed by adding a reference to "all" at the top of the file which makes it the > > default rule. > > > > Note that make app/test_sub (without environment variable) is preffered. > > > > Fixes: ab64f5df8004 ("app/test: support resources externally linked") > > > > Reported-by: Reshma Pattan > > Signed-off-by: Thomas Monjalon > > Acked-by: Reshma Pattan Applied