[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130913123824.GA8397@pobox.suse.cz>
Date: Fri, 13 Sep 2013 14:38:24 +0200
From: Michal Marek <mmarek@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: chauplac@...il.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT] kconfig fix for v3.12-rc1
Hi Linus,
there is a fix for a regression caused by my previous pull request. A
sed command in scripts/config that used colons as separator was
accidentally changed to use slashes, which fails when you use slashes in
a value. Changing it back to colons is of course not a proper fix, but
at least it will be broken in the same way it had been for four years. A
proper fix is pending.
Michal
The following changes since commit 5b4197845ad1a33bc57da7ee5ea41de58c2f86bf:
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild (2013-09-11 08:34:25 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kconfig
Clement Chauplannaz (1):
scripts/config: fix variable substitution command
scripts/config | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists