Add rm -rf CVS to distclean target

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@214 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-01-26 15:49:01 +00:00
parent 27c4f20d9d
commit 8489e1970d
8 changed files with 16 additions and 8 deletions

View File

@@ -61,7 +61,8 @@ clean:
mostlyclean: clean
distclean: clean
rm -f Makefile *.tab.c
rm -f Makefile *.tab.c *~
rm -rf CVS
realclean: distclean
rm -f TAGS

View File

@@ -32,4 +32,5 @@ clean cleandir:
distclean:
for i in $(SUBDIRS); \
do (cd $$i; $(MAKE) $(MFLAGS) distclean); done
rm -f Makefile config.status config.cache config.log config.h
rm -f Makefile config.status config.cache config.log config.h *~
rm -rf CVS

View File

@@ -49,4 +49,5 @@ clean cleandir:
rm -f *.o *.a \#* *~ core
distclean: clean
rm -f Makefile
rm -f Makefile *~
rm -rf CVS

View File

@@ -54,4 +54,5 @@ clean cleandir:
rm -f *.o *.a telnet \#* *~ core
distclean: clean
rm -f Makefile
rm -f Makefile *~
rm -rf CVS

View File

@@ -59,5 +59,6 @@ clean cleandir:
rm -f *.o *.a telnetd \#* *~ core
distclean: clean
rm -f Makefile
rm -f Makefile *~
rm -rf CVS

View File

@@ -55,7 +55,8 @@ clean:
mostlyclean: clean
distclean: clean
rm -f Makefile *.tab.c
rm -f Makefile *.tab.c *~
rm -rf CVS
realclean: distclean
rm -f TAGS

View File

@@ -67,7 +67,8 @@ clean:
mostlyclean: clean
distclean: clean
rm -f Makefile *.tab.c
rm -f Makefile *.tab.c *~
rm -rf CVS
realclean: distclean
rm -f TAGS

View File

@@ -59,7 +59,8 @@ clean:
mostlyclean: clean
distclean: clean
rm -f Makefile *.tab.c
rm -f Makefile *.tab.c *~
rm -rf CVS
realclean: distclean
rm -f TAGS