gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Makefile


From: Benja Fallenstein
Subject: [Gzz-commits] gzz Makefile
Date: Sat, 22 Feb 2003 04:59:23 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      03/02/22 04:59:20

Modified files:
        .              : Makefile 

Log message:
        don't compile gispmap right now

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

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.239 gzz/Makefile:1.240
--- gzz/Makefile:1.239  Thu Feb  6 09:44:31 2003
+++ gzz/Makefile        Sat Feb 22 04:59:20 2003
@@ -498,7 +498,7 @@
 lava:: compile-lava test-lava
 
 compile-lava:
-       $(JAVAC) $(DEBUG) -d $(CLASSDIR) `find lava/gzz/ -name "*.java"` `find 
lava/test/gzz/ -name "*.java"`
+       $(JAVAC) $(DEBUG) -d $(CLASSDIR) `find lava/gzz/ -name "*.java" -not 
-path "lava/gzz/modules/gispmap/*"` `find lava/test/gzz/ -name "*.java" -not 
-path "lava/test/gzz/modules/gispmap/*"`
 test-lava:
        $(GLLIB) $(JYTHON) test/testutil.py $(DBG) $(wildcard ./lava/test/)
 test-lava-junit:




reply via email to

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