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


_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to