> I have either forgotten or never knew - what does mrproper do? I'm trying to brush up
> on my kernel-building skills :)
make mrproper will delete ALL generated stuff (asm -> asm-<arch> symlink,
all *.var files, etc). Sometimes make clean is not enough but make mrproper
should be ALWAYS enough to clean all possiblem "problematic" files (including
.config and such!)... Esecially for SMP<->non SMP configurations where
make clean is not enough, but make mrproper is always enough...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/