lkml.org 
[lkml]   [2000]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectscripts/docproc not cleaned up
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.025 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site