[yum-cvs] yum Makefile,1.9,1.10

Seth Vidal skvidal at login.linux.duke.edu
Mon Jul 4 00:50:24 UTC 2005


Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv26726

Modified Files:
	Makefile 
Log Message:

add *.bak to clean removal


Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	25 Feb 2005 07:46:51 -0000	1.9
+++ Makefile	4 Jul 2005 00:50:22 -0000	1.10
@@ -10,7 +10,7 @@
 all: subdirs
 
 clean:
-	rm -f *.pyc *.pyo *~
+	rm -f *.pyc *.pyo *~ *.bak
 	for d in $(SUBDIRS); do make -C $$d clean ; done
 
 subdirs:




More information about the Yum-cvs-commits mailing list