* [PATCH] mk: sort config templates listing
@ 2014-05-02 13:28 Thomas Monjalon
[not found] ` <1399037282-5157-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2014-05-02 13:28 UTC (permalink / raw)
To: dev-VfR2kkLFssw
The config templates can be seen with "make showconfigs", "make config" or
"make help". It's easier to read if it's sorted.
Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
mk/rte.sdkconfig.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mk/rte.sdkconfig.mk b/mk/rte.sdkconfig.mk
index b4e45f2..a96beeb 100644
--- a/mk/rte.sdkconfig.mk
+++ b/mk/rte.sdkconfig.mk
@@ -35,9 +35,9 @@ showversion:
$(RTE_SRCDIR)/lib/librte_eal/common/include/rte_version.h | \
tr '\n' '.' | sed -r 's,\.([0-9]+)\.$$,r\1\n,'
-INSTALL_CONFIGS := $(filter-out %~,\
+INSTALL_CONFIGS := $(sort $(filter-out %~,\
$(patsubst $(RTE_SRCDIR)/config/defconfig_%,%,\
- $(wildcard $(RTE_SRCDIR)/config/defconfig_*)))
+ $(wildcard $(RTE_SRCDIR)/config/defconfig_*))))
INSTALL_TARGETS := $(addsuffix _install,$(INSTALL_CONFIGS))
.PHONY: showconfigs
--
1.9.2
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1399037282-5157-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] mk: sort config templates listing [not found] ` <1399037282-5157-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> @ 2014-05-02 15:36 ` Olivier MATZ [not found] ` <5363BB91.8090208-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Olivier MATZ @ 2014-05-02 15:36 UTC (permalink / raw) To: Thomas Monjalon, dev-VfR2kkLFssw On 05/02/2014 03:28 PM, Thomas Monjalon wrote: > The config templates can be seen with "make showconfigs", "make config" or > "make help". It's easier to read if it's sorted. > > Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> > --- > mk/rte.sdkconfig.mk | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mk/rte.sdkconfig.mk b/mk/rte.sdkconfig.mk > index b4e45f2..a96beeb 100644 > --- a/mk/rte.sdkconfig.mk > +++ b/mk/rte.sdkconfig.mk > @@ -35,9 +35,9 @@ showversion: > $(RTE_SRCDIR)/lib/librte_eal/common/include/rte_version.h | \ > tr '\n' '.' | sed -r 's,\.([0-9]+)\.$$,r\1\n,' > > -INSTALL_CONFIGS := $(filter-out %~,\ > +INSTALL_CONFIGS := $(sort $(filter-out %~,\ > $(patsubst $(RTE_SRCDIR)/config/defconfig_%,%,\ > - $(wildcard $(RTE_SRCDIR)/config/defconfig_*))) > + $(wildcard $(RTE_SRCDIR)/config/defconfig_*)))) > INSTALL_TARGETS := $(addsuffix _install,$(INSTALL_CONFIGS)) > > .PHONY: showconfigs > Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <5363BB91.8090208-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] mk: sort config templates listing [not found] ` <5363BB91.8090208-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> @ 2014-05-05 9:54 ` Thomas Monjalon 0 siblings, 0 replies; 3+ messages in thread From: Thomas Monjalon @ 2014-05-05 9:54 UTC (permalink / raw) To: Olivier MATZ; +Cc: dev-VfR2kkLFssw > > The config templates can be seen with "make showconfigs", "make config" or > > "make help". It's easier to read if it's sorted. > > > > Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> > > Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> Applied for version 1.7.0. -- Thomas ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-05 9:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 13:28 [PATCH] mk: sort config templates listing Thomas Monjalon
[not found] ` <1399037282-5157-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-02 15:36 ` Olivier MATZ
[not found] ` <5363BB91.8090208-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-05 9:54 ` Thomas Monjalon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).