> wrote: > > > Why doesn't Mandrake ship "clean" kernel source? > > By clean, I mean > > running > > > "make mrproper" before building the src.rpm. > > > > > > > because it prevents compiling external modules. > > How so? >
# files removed with 'make mrproper'
MRPROPER_FILES = \
include/linux/autoconf.h include/linux/version.h \
...
$(TOPDIR)/include/linux/modversions.h \
is it enough?
