A "make clean" or "make mrproper" against the Linux kernel for S/390 doesn't quite
do the job. This patch, for 2.2.16, will make those commands clean up the
dasdfmt and silo directories as well.
Enjoy,
Ross Patterson
Computer Associates
diff -urN linux-2.2.16-old/arch/s390/Makefile linux-2.2.16/arch/s390/Makefile
--- linux-2.2.16-old/arch/s390/Makefile Fri Sep 29 15:24:58 2000
+++ linux-2.2.16/arch/s390/Makefile Fri Jan 11 13:41:36 2002
@@ -67,6 +67,8 @@
archclean:
@$(MAKEBOOT) clean
+ @$(MAKEDASDFMT) clean
+ @$(MAKESILO) clean
archmrproper: