All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [patch] fix copy'n paste error in toolchain/Config.in
Date: Tue, 25 Sep 2007 23:52:33 +0200	[thread overview]
Message-ID: <20070925215233.GL20058@aon.at> (raw)

Hi,

Currently i cannot apply this hunk.
Please feel free to checkin (or i will do it tomorrow):

$ cat '/tmp/buildroot_trunk/toolchain/svn-commit.tmp'
- fix copy'n paste error
--This line, and those below, will be ignored--

M    Config.in


Index: toolchain/Config.in
===================================================================
--- toolchain/Config.in	(revision 20026)
+++ toolchain/Config.in	(working copy)
@@ -19,7 +19,7 @@ endchoice
 
 config BR2_TOOLCHAIN_SOURCE
 	bool
-	default y if !BR2_TOOLCHAIN_EXTERNAL
+	default y if BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE
 	default n if BR2_TOOLCHAIN_EXTERNAL

             reply	other threads:[~2007-09-25 21:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-25 21:52 Bernhard Fischer [this message]
2007-09-25 22:13 ` [Buildroot] [patch] fix copy'n paste error in toolchain/Config.in Bernhard Fischer

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=20070925215233.GL20058@aon.at \
    --to=rep.dot.nop@gmail.com \
    --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 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.