External build systems have been working just fine even after kbuild
was adopted as the build system of choice for the Linux kernel, there
should be more convincing reasons for deliberately breaking them now.
> Again, when you're using your own external build system, it's up to
> you to mess it up in all possible ways, the above being one of them.
>
> When you're using the kernel build, the above cannot happen, since
> the kernel build system knows about this dependency and builds a new
> init/vermagic.o with the correct information before it gets linked
> into the external module.
>
Is that so? Does kbuild determine that vermagic.o needs rebuilding if
the compiler version changed?
-- christian zander zander@minion.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/