when I run make clean followed by ls, I want to see a fresh canvas, not
the scattered leftovers of old builds.

Index: Makefile.i386
===================================================================
RCS file: /home/tedu/cvs/src/sys/arch/i386/conf/Makefile.i386,v
retrieving revision 1.80
diff -u -p -r1.80 Makefile.i386
--- Makefile.i386       15 Apr 2011 02:41:28 -0000      1.80
+++ Makefile.i386       6 Jul 2011 01:54:05 -0000
@@ -125,7 +125,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
        ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
 
 clean::
-       rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \
+       rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \
            [Ee]rrs linterrs assym.h ${DB_STRUCTINFO}
 
 lint:

and so on and so on...

Reply via email to