2016-05-25 13:40, Neil Horman: > On Wed, May 25, 2016 at 07:08:19PM +0200, Thomas Monjalon wrote: > > 2016-05-24 15:41, Neil Horman: > > > + echo MODGEN $@; \ > > > + OBJF=`readlink -f $@`; \ > > > + ${RTE_OUTPUT}/buildtools/pmdinfogen \$$OBJF \$$OBJF.mod.c; \ > > > > Maybe .pmd.c would be more appropriate than .mod.c? > fine > > What means mod/MODGEN/MODBUILD? > GENerate Module information & BUILD module information.
I think "module" is not appropriate here. > > It deserves to be in a shell script, at least to ease testing. > What do you mean by "it" and why would it be easier to test in a shell script? "it" is mostly this whole patch. With a shell script, we can test the behaviour on one file easily. Maybe I'm wrong, but I don't like having too much lines in a Makefile rule. We probably need more opinions.