/[gzz]/gzz/Makefile
ViewVC logotype

Diff of /gzz/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.200 by benja, Tue Oct 29 21:21:25 2002 UTC revision 1.201 by Vegai, Thu Oct 31 11:47:15 2002 UTC
# Line 10  CVS=cvs Line 10  CVS=cvs
10    
11  VERSION=snapshot-`date -u +%Y%m%d`  VERSION=snapshot-`date -u +%Y%m%d`
12  NOTEST=true  NOTEST=true
13    RMIC ?= rmic
14    
15  dist: DISTDIR=gzz-$(VERSION)  dist: DISTDIR=gzz-$(VERSION)
16  dist:  dist:
# Line 229  archcompile = set -e; for d in "$(ARCH)" Line 230  archcompile = set -e; for d in "$(ARCH)"
230  archclean = set -e; for d in "$(ARCH)"; do if [ -e arch/$(ARCH)/arch.mk ] ; then $(MAKE) -f arch/$(ARCH)/arch.mk clean; fi; done  archclean = set -e; for d in "$(ARCH)"; do if [ -e arch/$(ARCH)/arch.mk ] ; then $(MAKE) -f arch/$(ARCH)/arch.mk clean; fi; done
231    
232  rmi:  rmi:
233          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
234    
235  ready_to_compile: $(GZZ_DEPENDS)/jython.jar $(GZZ_DEPENDS)/jythonlib.jar $(SRC)  ready_to_compile: $(GZZ_DEPENDS)/jython.jar $(GZZ_DEPENDS)/jythonlib.jar $(SRC)
236    

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26