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 F2E8A3796 for ; Wed, 1 Apr 2015 14:08:14 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 01 Apr 2015 05:08:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,503,1422950400"; d="scan'208";a="701490147" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 01 Apr 2015 05:08:12 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX107.ger.corp.intel.com ([169.254.10.137]) with mapi id 14.03.0224.002; Wed, 1 Apr 2015 13:07:57 +0100 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mk: fix for "make doc-guides-pdf" with make 3.81 Thread-Index: AQHQbG+sCFRuCWu9AEyGKg7Z71DbMZ04D6HQ Date: Wed, 1 Apr 2015 12:07:56 +0000 Message-ID: References: <551BB7C0.1020004@igel.co.jp> <1427887965-19651-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1427887965-19651-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mk: fix for "make doc-guides-pdf" with make 3.81 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: Wed, 01 Apr 2015 12:08:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Wednesday, April 01, 2015 12:33 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix for "make doc-guides-pdf" with make > 3.81 >=20 > Re-ordered the guide-pdf-% and guide-% rules to allow > the doc-guides-pdf target to build with make 3.81. It > builds unmodified with all later versions of make. >=20 > Reported-by: Tetsuya Mukawa > Signed-off-by: John McNamara Acked-by: Pablo de Lara