> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, April 1, 2015 1:31 PM > To: dev at dpdk.org > Cc: mukawa at igel.co.jp; Mcnamara, John; De Lara Guarch, Pablo > Subject: [PATCH v2] mk: fix pdf doc rules order > > From: John McNamara <john.mcnamara at intel.com> > > 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. > > Reported-by: Tetsuya Mukawa <mukawa at igel.co.jp> > Signed-off-by: John McNamara <john.mcnamara at intel.com> > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > ---
> v2: reorder also clean rules Hi Thomas, That is fine for consistency but there weren't any issues with "make doc-clean" and "make doc-guides-pdf-clean" in the V1 patch/original. But I'm fine with it like this as well. John.