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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -49,4 +49,5 @@ clean cleandir:
|
||||
rm -f *.o *.a \#* *~ core
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
rm -f Makefile *~
|
||||
rm -rf CVS
|
||||
|
@@ -54,4 +54,5 @@ clean cleandir:
|
||||
rm -f *.o *.a telnet \#* *~ core
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
rm -f Makefile *~
|
||||
rm -rf CVS
|
||||
|
@@ -59,5 +59,6 @@ clean cleandir:
|
||||
rm -f *.o *.a telnetd \#* *~ core
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
rm -f Makefile *~
|
||||
rm -rf CVS
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user