gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob Makefile


From: Tuukka Hastrup
Subject: [Gzz-commits] libvob Makefile
Date: Mon, 07 Apr 2003 08:54:18 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuukka Hastrup <address@hidden> 03/04/07 08:54:18

Modified files:
        .              : Makefile 

Log message:
        clean now cleans more

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.25 libvob/Makefile:1.26
--- libvob/Makefile:1.25        Mon Apr  7 04:58:11 2003
+++ libvob/Makefile     Mon Apr  7 08:54:17 2003
@@ -61,11 +61,14 @@
        find -name "*.class" |xargs rm -f
        find -name "*.transjniobj" |xargs rm -f
        find -name "*.vobjniobj" |xargs rm -f
-       find -name "*.transdep" |xargs rm -f
-       find -name "*.transgenobj" |xargs rm -f
-       find -name "*.vobdep" |xargs rm -f
-       find -name "*.vobgenobj" |xargs rm -f
+# remove files where "gen" or "dep" is in last suffix
+       find -regex ".+\.[^.]*gen[^.]*" |xargs rm -f
+       find -regex ".+\.[^.]*dep[^.]*" |xargs rm -f
        rm -f src/jni/Generator
+       rm -f org/nongnu/libvob/gl/GLRen.java
+       rm -f org/nongnu/libvob/impl/gl/GLVobCoorder_Gen.java
+       rm -f src/jni/made*
+       rm -f src/jni/org_nongnu*
        rm -rf CLASSES
 
 




reply via email to

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