gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz Makefile


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz Makefile
Date: Thu, 06 Feb 2003 09:44:33 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/06 09:44:32

Modified files:
        .              : Makefile 

Log message:
        Remove also .class files generated copiously by jython

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.238&tr2=1.239&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.238 gzz/Makefile:1.239
--- gzz/Makefile:1.238  Mon Feb  3 04:15:41 2003
+++ gzz/Makefile        Thu Feb  6 09:44:31 2003
@@ -332,6 +332,7 @@
        find . -name ".cvsignore"|while read ign; do (cd `dirname $$ign` && cat 
.cvsignore|while read files; do rm -Rf $$files; done); done
        find . -name "*.so" | xargs rm -f
        find . -name "*.o" | xargs rm -f
+       find . -name "*.class" | xargs rm -f
 
 tags::
        ctags -R




reply via email to

[Prev in Thread] Current Thread [Next in Thread]