Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] get_linux_config.sh: sets THIS_MINOR to 0 by default when processing a
Date: Tue, 09 Feb 2010 16:38:20 +0100	[thread overview]
Message-ID: <87zl3is9lf.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1265726755-15417-1-git-send-email-julien.boibessot@free.fr> (julien boibessot's message of "Tue, 9 Feb 2010 15:45:55 +0100")

>>>>> "julien" == julien boibessot <julien.boibessot@free.fr> writes:

Commit text truncated?

A more detailed commit message would be good.

 julien> From: Julien Boibessot <julien.boibessot@armadeus.com>
 julien> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
 julien> ---
 julien>  scripts/get_linux_config.sh |    1 +
 julien>  1 files changed, 1 insertions(+), 0 deletions(-)

 julien> diff --git a/scripts/get_linux_config.sh b/scripts/get_linux_config.sh
 julien> index 1950e9d..5cd0e37 100755
 julien> --- a/scripts/get_linux_config.sh
 julien> +++ b/scripts/get_linux_config.sh
 julien> @@ -35,6 +35,7 @@ function linux_version()
 julien>  	KERNEL=`echo ${KCONFIG} | sed s/.*linux-2.6./linux-2.6./g -`
 julien>  	THIS_MAJOR=${KERNEL:10:2}
 julien>  	THIS_MINOR=${KERNEL:13}
 julien> +	THIS_MINOR=${THIS_MINOR:=0}
 julien>  }
 
 julien>  # Try to be careful...
 julien> -- 
 julien> 1.6.0.4

 julien> _______________________________________________
 julien> buildroot mailing list
 julien> buildroot at busybox.net
 julien> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

      reply	other threads:[~2010-02-09 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09 14:45 [Buildroot] [PATCH] get_linux_config.sh: sets THIS_MINOR to 0 by default when processing a julien.boibessot at free.fr
2010-02-09 15:38 ` Peter Korsgaard [this message]

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=87zl3is9lf.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox