public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* .tmp_depmod owned by root after modules_install
@ 2011-07-04  9:49 Christian Kujau
  2011-07-08 20:26 ` Christian Kujau
  2011-07-12 11:39 ` [PATCH] kbuild: Do not write to builddir in modules_install Michal Marek
  0 siblings, 2 replies; 7+ messages in thread
From: Christian Kujau @ 2011-07-04  9:49 UTC (permalink / raw)
  To: LKML; +Cc: mmarek

Hi,

when building a kernel with O=$DIR, I noticed that "modules_install" now 
creates files under $DIR as root:

$ sudo make -C /usr/local/src/linux-2.6-git O=$HOME/trash/tmp/. modules_install
[...]

When trying to build a new kernel, removing $DIR as a normal user does no 
longer work as everything under $HOME/trash/tmp/.tmp_depmod/ is now owned 
by root (because of the "sudo"). This did not occur before and may be a 
consequence of:

  commit bfe5424a8b31624e7a476f959d552999f931e7c7
  Author: Michal Marek <mmarek@suse.cz>
  Date:   Thu Jun 9 16:35:41 2011 +0200

    kbuild: Hack for depmod not handling X.Y versions

Can this be changed somehow so that "make modules_install" does not write 
anything under $DIR, as before?

Thanks,
Christian.
-- 
BOFH excuse #274:

It was OK before you touched it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-07-13 22:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04  9:49 .tmp_depmod owned by root after modules_install Christian Kujau
2011-07-08 20:26 ` Christian Kujau
2011-07-12 11:39 ` [PATCH] kbuild: Do not write to builddir in modules_install Michal Marek
2011-07-13  1:05   ` Américo Wang
2011-07-13  9:21     ` Michal Marek
2011-07-13 11:22       ` Américo Wang
2011-07-13 22:19         ` Christian Kujau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox