gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob Makefile


From: Matti Katila
Subject: [Gzz-commits] libvob Makefile
Date: Wed, 12 Mar 2003 15:48:52 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/03/12 15:48:48

Modified files:
        .              : Makefile 

Log message:
        use java if $JAVA is not defined

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

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.11 libvob/Makefile:1.12
--- libvob/Makefile:1.11        Wed Mar 12 08:40:28 2003
+++ libvob/Makefile     Wed Mar 12 15:48:45 2003
@@ -35,6 +35,8 @@
  JYTHONPATH=.:$(VOB_DEPENDS)/jythonlib.jar:$(VOB_DEPENDS)/pythonlib.jar
 endif
 
+JAVA ?= java
+
 ifeq (,$(JYTHON))
 # python.verbose can be: "error", "warning", "message", "comment", "debug"
  JYTHON=$(JAVA) $(JVMFLAGS) -Dpython.cachedir=. -Dpython.path=$(JYTHONPATH) 
-Dpython.verbose=message $(EDITOR_OPTION) org.python.util.jython




reply via email to

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