[dpdk-dev] [PATCH 3/3] mk: rule help

2013-05-17 Thread Thomas Monjalon
17/05/2013 11:06, Olivier MATZ : > On 05/07/2013 05:17 PM, Thomas Monjalon wrote: > > The macro maketxt allow to interpret syntax "# make foo" while keeping > > indentation of the source document. > > Here, it is used to call "make showconfigs" to list available targets. > [..] > > +define maketxt

[dpdk-dev] [PATCH 3/3] mk: rule help

2013-05-17 Thread Olivier MATZ
Thomas, I think the "maketxt" macro is overkill... why not just a "cat" ? Olivier On 05/07/2013 05:17 PM, Thomas Monjalon wrote: > The goal of this rule is to show which rules/options are available from a > "make" command. > Let's start by printing short doc about SDK building. > > The macro ma

[dpdk-dev] [PATCH 3/3] mk: rule help

2013-05-07 Thread Thomas Monjalon
The goal of this rule is to show which rules/options are available from a "make" command. Let's start by printing short doc about SDK building. The macro maketxt allow to interpret syntax "# make foo" while keeping indentation of the source document. Here, it is used to call "make showconfigs" to