From: Michal Marek Date: Tue, 12 Jul 2011 09:54:48 +0000 (+0200) Subject: kbuild: Do not write to builddir in modules_install X-Git-Tag: v3.0~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc62e59425389a6d48429b9d146223122743435;p=pandora-kernel.git kbuild: Do not write to builddir in modules_install Let depmod.sh create a temporary directory in /tmp instead of writing to the build directory as root. The mktemp utility should be available on any recent system (and there is already scripts/gen_initramfs_list.sh relying on it). Reported-by: Christian Kujau Signed-off-by: Michal Marek --- Reading git-diff-tree failed