gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Makefile


From: Tuukka Hastrup
Subject: [Gzz-commits] gzz Makefile
Date: Mon, 26 Aug 2002 14:25:29 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuukka Hastrup <address@hidden> 02/08/26 14:25:29

Modified files:
        .              : Makefile 

Log message:
        Jython files overwrite Python files in jar

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

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.142 gzz/Makefile:1.143
*** gzz/Makefile:1.142  Mon Aug 26 12:39:35 2002
--- gzz/Makefile        Mon Aug 26 14:25:29 2002
***************
*** 367,373 ****
        $(MAKE) ARCH="$(JARARCHES)" MODULES="$(JARMODULES)" compile
        $(NOTEST) || $(MAKE) ARCH="$(JARARCHES)" MODULES="$(JARMODULES)" 
batchtest slow
        echo 'Main-Class: $(mainclass)' > $(jardir)/manifest
!       (cd $(jardir) && for jar in jython jythonlib pythonlib yaml; do jar xvf 
../$(GZZ_DEPENDS)/$$jar.jar ; done)
        cp -a $(CLASSDIR)/* $(jardir)
        find gzz -name "*.py" | while read file ; do mkdir -p 
$(jardir)/`dirname $$file` && cp $$file $(jardir)/$$file ; done
        cp Gzz.py $(jardir)
--- 367,373 ----
        $(MAKE) ARCH="$(JARARCHES)" MODULES="$(JARMODULES)" compile
        $(NOTEST) || $(MAKE) ARCH="$(JARARCHES)" MODULES="$(JARMODULES)" 
batchtest slow
        echo 'Main-Class: $(mainclass)' > $(jardir)/manifest
!       (cd $(jardir) && for jar in pythonlib yaml jythonlib jython; do jar xvf 
../$(GZZ_DEPENDS)/$$jar.jar ; done)
        cp -a $(CLASSDIR)/* $(jardir)
        find gzz -name "*.py" | while read file ; do mkdir -p 
$(jardir)/`dirname $$file` && cp $$file $(jardir)/$$file ; done
        cp Gzz.py $(jardir)




reply via email to

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