[dpdk-dev] [PATCH v3] mk: factorize config rules

2014-06-11 Thread Thomas Monjalon
> > Error message for missing template is factorized in notemplate rule. > > > > RTE_OUTPUT directory is marked as order-only prerequisite. > > > > RTE_OUTPUT is always created after having been cleaned for rte_config.h. > > > > Signed-off-by: Thomas Monjalon > > Acked-by Olivier Matz Applied f

[dpdk-dev] [PATCH v3] mk: factorize config rules

2014-06-10 Thread Olivier MATZ
On 06/10/2014 04:39 PM, Thomas Monjalon wrote: > Error message for missing template is factorized in notemplate rule. > > RTE_OUTPUT directory is marked as order-only prerequisite. > > RTE_OUTPUT is always created after having been cleaned for rte_config.h. > > Signed-off-by: Thomas Monjalon Acke

[dpdk-dev] [PATCH v3] mk: factorize config rules

2014-06-10 Thread Thomas Monjalon
Error message for missing template is factorized in notemplate rule. RTE_OUTPUT directory is marked as order-only prerequisite. RTE_OUTPUT is always created after having been cleaned for rte_config.h. Signed-off-by: Thomas Monjalon --- mk/rte.sdkconfig.mk | 26 +- 1 fil