[yum-cvs] Makefile

Tim Lauridsen timlau at linux.duke.edu
Mon Dec 3 15:12:35 UTC 2007


 Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ab7b5d21d1cf709a7f3fb79e3749d1c3e29d045c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Dec 3 16:10:45 2007 +0100

    make clean will clean the test dir too

diff --git a/Makefile b/Makefile
index 9d35e44..28d4d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ all: subdirs
 clean:
 	rm -f *.pyc *.pyo *~ *.bak
 	for d in $(SUBDIRS); do make -C $$d clean ; done
+	cd test; rm -f *.pyc *.pyo *~ *.bak
 
 subdirs:
 	for d in $(SUBDIRS); do make PYTHON=$(PYTHON) -C $$d; [ $$? = 0 ] || exit 1 ; done



More information about the Yum-cvs-commits mailing list