[kaffe] Kaffe CVS: kaffe dalibor

Timothy Stack stack at cs.utah.edu
Thu Feb 6 07:51:01 PST 2003


Oops, one other thing, you need to change the jar command that adds
META-INF to the file, i goofed it up in my last patch.

CLASSPATH=$(CLASSPATH)
   KAFFELIBRARYPATH=$(KAFFELIBRARYPATH) $(JAVA)
   kaffe.tools.jar.Jar -uvf rt.jar $(srcdir)/META-INF

This should change directories like the other one:

CLASSPATH=$(CLASSPATH)
   KAFFELIBRARYPATH=$(KAFFELIBRARYPATH) $(JAVA)
   kaffe.tools.jar.Jar -uvf rt.jar -C $(srcdir) META-INF

Otherwise, it will include the entire $(srcdir) path in the jar and not 
just
the META-INF directory.

thanks,

tim





More information about the kaffe mailing list