scripts/docproc not cleaned up

From: Tim Waugh (twaugh@redhat.com)
Date: Thu Mar 16 2000 - 07:35:32 EST


Anyone object to this patch?

Tim.
*/

Index: linux/Makefile
diff -u linux/Makefile:1.1.1.57 linux/Makefile:1.2
--- linux/Makefile:1.1.1.57 Thu Mar 16 12:16:21 2000
+++ linux/Makefile Thu Mar 16 12:31:55 2000
@@ -380,7 +380,7 @@
         rm -rf include/config
         rm -f .depend `find . -type f -name .depend -print`
         rm -f core `find . -type f -size 0 -print`
- rm -f .hdepend scripts/mkdep scripts/split-include
+ rm -f .hdepend scripts/mkdep scripts/split-include scripts/docproc
         rm -f $(TOPDIR)/include/linux/modversions.h
         rm -rf $(TOPDIR)/include/linux/modules
 
Index: linux/scripts/Makefile
diff -u linux/scripts/Makefile:1.1.1.2 linux/scripts/Makefile:1.2
--- linux/scripts/Makefile:1.1.1.2 Tue Mar 14 11:22:33 2000
+++ linux/scripts/Makefile Thu Mar 16 12:25:44 2000
@@ -40,6 +40,6 @@
         ${HOSTCC} -o docproc docproc.o
 
 clean:
- rm -f *~ kconfig.tk *.o tkparse mkdep split-include
+ rm -f *~ kconfig.tk *.o tkparse mkdep split-include docproc
 
 include $(TOPDIR)/Rules.make

-
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 : Thu Mar 23 2000 - 21:00:19 EST