2013-09-30 17:01:36

by Yann E. MORIN

[permalink] [raw]
Subject: [pull request] Pull request for branch yem/kconfig-rc-fixes

From: "Yann E. MORIN" <[email protected]>

Michal,

Please pull these two changes for 3.12-rc:
- a fix for "make install" on ARM, by Robert Richter, acked by Linus
and yourself;
- a fix for "make allmodconfig" when KCONFIG_ALLCONFIG is set, which
already flew on the list, but with a better commit log now.

Regards,
Yann E. MORIN.


The following changes since commit 86eb781889ec31f6421b86ab252ea609d456322d:

scripts/config: fix variable substitution command (2013-09-13 13:06:59 +0200)

are available in the git repository at:

git://gitorious.org/linux-kconfig/linux-kconfig.git yem/kconfig-rc-fixes

for you to fetch changes up to 3b03272a6e6f0f2c8d4b7751d35baa1ce41984aa:

arm, kbuild: make "make install" not depend on vmlinux (2013-09-30 18:48:50 +0200)

----------------------------------------------------------------
Robert Richter (1):
arm, kbuild: make "make install" not depend on vmlinux

Yann E. MORIN (1):
kconfig: fix allmodconfig in presence of KCONFIG_ALLCONFIG

arch/arm/Makefile | 9 +++++++--
arch/arm/boot/Makefile | 16 ++++++++--------
arch/arm/boot/install.sh | 14 ++++++++++++++
scripts/kconfig/confdata.c | 6 ++++--
4 files changed, 33 insertions(+), 12 deletions(-)

--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'


2013-10-02 20:51:22

by Michal Marek

[permalink] [raw]
Subject: Re: [pull request] Pull request for branch yem/kconfig-rc-fixes

Dne 30.9.2013 19:01, Yann E. MORIN napsal(a):
> From: "Yann E. MORIN" <[email protected]>
>
> Michal,
>
> Please pull these two changes for 3.12-rc:
> - a fix for "make install" on ARM, by Robert Richter, acked by Linus
> and yourself;

I cherry-picked this commit to kbuild.git#rc-fixes.


> - a fix for "make allmodconfig" when KCONFIG_ALLCONFIG is set, which
> already flew on the list, but with a better commit log now.

I reported a problem with this one in the original thread.

Michal