Ruediger Oertel <ro@suse.de> 05.06.09 02:06 >>> additionally, when building for the xen flavor (not with the others), you see: make: Entering directory `/usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen' make -C ../../../linux-2.6.30-rc6-git3-4 O=/usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/. modules Updating /usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/scripts/Makefile.xen /bin/sh: /usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/scripts/Makefile.xen: Permission denied
why is it trying to write to the kernel source when building modules with M=/usr/src/packages/..... ?
Hmm, what it's trying to do is create/update a file in $(objtree). Probably that should just be inhibited for KBUILD_EXTMOD builds, as it's supposedly meaningless there (though it's not impossible to imagine that some external module would have a -xen clone of a native file, too). I'll look into fixing this. Jan -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org