gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Makefile


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz Makefile
Date: Thu, 31 Oct 2002 06:47:16 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       02/10/31 06:47:15

Modified files:
        .              : Makefile 

Log message:
        Add a conditional RMIC-variable (also test the soon-to-come[tm]
        commitbot)

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

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.200 gzz/Makefile:1.201
--- gzz/Makefile:1.200  Tue Oct 29 16:21:25 2002
+++ gzz/Makefile        Thu Oct 31 06:47:15 2002
@@ -10,6 +10,7 @@
 
 VERSION=snapshot-`date -u +%Y%m%d`
 NOTEST=true
+RMIC ?= rmic
 
 dist: DISTDIR=gzz-$(VERSION)
 dist: 
@@ -229,7 +230,7 @@
 archclean = set -e; for d in "$(ARCH)"; do if [ -e arch/$(ARCH)/arch.mk ] ; 
then $(MAKE) -f arch/$(ARCH)/arch.mk clean; fi; done
 
 rmi:
-       rmic -d $(CLASSDIR) gzz.modules.pp.PPActionsImpl 
gzz.impl.mirror.MasterImpl gzz.impl.mirror.MasterImpl.TapImpl
+       $(RMIC) -d $(CLASSDIR) gzz.modules.pp.PPActionsImpl 
gzz.impl.mirror.MasterImpl gzz.impl.mirror.MasterImpl.TapImpl
 
 ready_to_compile: $(GZZ_DEPENDS)/jython.jar $(GZZ_DEPENDS)/jythonlib.jar $(SRC)
 




reply via email to

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