From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CEBE65A35 for ; Wed, 1 Apr 2015 15:33:50 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 01 Apr 2015 06:33:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,503,1422950400"; d="scan'208";a="549556529" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 01 Apr 2015 06:33:46 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.129]) by IRSMSX101.ger.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0224.002; Wed, 1 Apr 2015 14:29:32 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [PATCH v2] mk: fix pdf doc rules order Thread-Index: AQHQbHgfg2AAg1PGF0qyJSjbH461/Z04JWKA Date: Wed, 1 Apr 2015 13:29:31 +0000 Message-ID: References: <1427887965-19651-1-git-send-email-john.mcnamara@intel.com> <1427891478-26398-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1427891478-26398-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-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] mk: fix pdf doc rules order 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 13:33:51 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, April 1, 2015 1:31 PM > To: dev@dpdk.org > Cc: mukawa@igel.co.jp; Mcnamara, John; De Lara Guarch, Pablo > Subject: [PATCH v2] mk: fix pdf doc rules order >=20 > From: John McNamara >=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 > Signed-off-by: Thomas Monjalon > --- > v2: reorder also clean rules Hi Thomas, That is fine for consistency but there weren't any issues with "make doc-cl= ean" and "make doc-guides-pdf-clean" in the V1 patch/original. But I'm fine with it like this as well. John.