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 6E3764CE6 for ; Fri, 15 Jul 2016 12:46:04 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 15 Jul 2016 03:46:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,367,1464678000"; d="scan'208";a="139701859" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga004.fm.intel.com with ESMTP; 15 Jul 2016 03:46:02 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX108.ger.corp.intel.com ([169.254.11.125]) with mapi id 14.03.0248.002; Fri, 15 Jul 2016 11:45:36 +0100 From: "Pattan, Reshma" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory Thread-Index: AQHR3CdcpsoHI3oS+EyptU3tdFmvIqAZU0YQ Date: Fri, 15 Jul 2016 10:45:35 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F0105A0BB@IRSMSX109.ger.corp.intel.com> References: <1468318944-19477-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1468318944-19477-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTViMjkyNGUtZTE1ZC00OWJlLWI5MGQtZmI5MGFjNmY5YjBkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlptTDdHT1dcL3BlUmhGUm5ycHFFVFFIaVA2V3pzZm9LQnFNSENjeGpkaWtBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 10:46:04 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 12, 2016 11:22 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory >=20 > 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 a= dded for > external resources link. >=20 > It is fixed by adding a reference to "all" at the top of the file which m= akes it the > default rule. >=20 > Note that make app/test_sub (without environment variable) is preffered. >=20 > Fixes: ab64f5df8004 ("app/test: support resources externally linked") >=20 > Reported-by: Reshma Pattan > Signed-off-by: Thomas Monjalon Acked-by: Reshma Pattan