Hi all,
> Jamie promised to cook up better patch then mine but so far I've not seen
> anything ...
How about:
--- Makefile.old Sun Mar 12 12:38:17 2000
+++ Makefile Sun Mar 12 12:38:25 2000
@@ -437,7 +437,7 @@
clean: archclean
rm -f kernel/ksyms.lst include/linux/compile.h
- find . -name '*.[oas]' -type f -print | grep -v lxdialog/ | xargs rm -f
+ find . -name '*.[oas]' -type f -exec sh -c "echo {}|grep -v lxdialogs && rm -f {}" \;
rm -f core `find . -type f -name 'core' -print`
rm -f core `find . -type f -name '.*.flags' -print`
rm -f vmlinux System.map
-- DN
Daniel
-
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/
This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:22 EST