All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olivier MATZ <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Thomas Monjalon
	<thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>,
	dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH] mk: sort config templates listing
Date: Fri, 02 May 2014 17:36:49 +0200	[thread overview]
Message-ID: <5363BB91.8090208@6wind.com> (raw)
In-Reply-To: <1399037282-5157-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

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>

  parent reply	other threads:[~2014-05-02 15:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
     [not found]     ` <5363BB91.8090208-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-05  9:54       ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5363BB91.8090208@6wind.com \
    --to=olivier.matz-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.