Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-10-09 Thread Geert Uytterhoeven
On Wed, Oct 9, 2013 at 12:28 PM, Michal Marek wrote: > On 9.10.2013 09:18, Geert Uytterhoeven wrote: >> Sorry for chiming in that late, but I didn't think of this when reading the >> original submission. >> >> Just doing "make oldconfig; make install" used to work. > > On ARM and maybe other archi

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-10-09 Thread Michal Marek
On 9.10.2013 09:18, Geert Uytterhoeven wrote: > On Mon, Sep 30, 2013 at 6:31 PM, Yann E. MORIN > wrote: >> On 2013-09-30 10:49 +0200, Robert Richter spake thusly: >>> On 18.07.13 11:22:24, Michal Marek wrote: > So Michal (or ARM people - whoever wants to take the patch), just take > my ac

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-10-09 Thread Geert Uytterhoeven
On Mon, Sep 30, 2013 at 6:31 PM, Yann E. MORIN wrote: > On 2013-09-30 10:49 +0200, Robert Richter spake thusly: >> On 18.07.13 11:22:24, Michal Marek wrote: >> > > So Michal (or ARM people - whoever wants to take the patch), just take >> > > my ack. No objections. >> > >> > I can add it to the kbu

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-09-30 Thread Yann E. MORIN
Robert, All, On 2013-09-30 10:49 +0200, Robert Richter spake thusly: > On 18.07.13 11:22:24, Michal Marek wrote: > > > So Michal (or ARM people - whoever wants to take the patch), just take > > > my ack. No objections. > > > > I can add it to the kbuild tree if needed. Otherwise you can add > > A

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-09-30 Thread Robert Richter
On 18.07.13 11:22:24, Michal Marek wrote: > > So Michal (or ARM people - whoever wants to take the patch), just take > > my ack. No objections. > > I can add it to the kbuild tree if needed. Otherwise you can add > Acked-by: Michal Marek . This didn't make it upstream yet, can somebody at it to a

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-07-18 Thread Michal Marek
On 17.7.2013 19:03, Linus Torvalds wrote: > On Wed, Jul 17, 2013 at 9:57 AM, Robert Richter wrote: >> >> If kernel.release doen't exist KERNEL_RELEASE is empty, thus all args >> for install.sh shift one arg left. > > You know what? I read the patch, but I didn't read your changelog well > enough.

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-07-17 Thread Linus Torvalds
On Wed, Jul 17, 2013 at 9:57 AM, Robert Richter wrote: > > If kernel.release doen't exist KERNEL_RELEASE is empty, thus all args > for install.sh shift one arg left. You know what? I read the patch, but I didn't read your changelog well enough. You already explained that in the commit log, and I

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-07-17 Thread Robert Richter
On 17.07.13 09:36:57, Linus Torvalds wrote: > On Wed, Jul 17, 2013 at 9:05 AM, Robert Richter wrote: > > > > I narrowed this down. The problem is that zinstall on ARCH=arm has a > > dependency to vmlinux which does a prepare/prepare3 and finally does a > > forced rebuild of kernel.release even if

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-07-17 Thread Linus Torvalds
On Wed, Jul 17, 2013 at 9:05 AM, Robert Richter wrote: > > I narrowed this down. The problem is that zinstall on ARCH=arm has a > dependency to vmlinux which does a prepare/prepare3 and finally does a > forced rebuild of kernel.release even if it exists already. > > Rebuilding it removes kernel.re

[PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-07-17 Thread Robert Richter
From: Robert Richter Date: Wed, 17 Jul 2013 16:17:20 +0200 Subject: [PATCH] arm, kbuild: make "make install" not depend on vmlinux Install targets (install, zinstall, uinstall) on arm have a dependency to vmlinux. This may cause parts of the kernel to be rebuilt during installation. We must