Message521

Author bab
Recipients
Date 2001-12-09.23:49:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi, me yet again.  Last bug for now.

Currently there is no native "make" support for
Lib/jxxload_help or for com/.

Could you please add makefiles to the appropriate
directories?  I'm not currently building com/ for
the debian packages since I understand it requires
JDK 1.2, but in Lib/jxxload_help I've added the
following simple Makefile:

--- jython-2.1-beta1.orig/Lib/jxxload_help/Makefile
+++ jython-2.1-beta1/Lib/jxxload_help/Makefile
@@ -0,0 +1,3 @@
+# Copyright (c) Corporation for National Research Initiatives
+include ../../Misc/make.rules
+CLASSPATH = ../..:..

This at least allows me to change into Lib/jxxload_help
and type "make".  It would be even cooler if this
could be incorporated into SUBDIRS in the top-level
Makefile.

If there's a particular reason for not including
jxxload_help and/or com in the top-level Makefile,
that's cool; I can keep on doing it the way I've been
doing it so far.  But a Makefile in each of those
subdirectories would still be nice.

Okay, the jython-2.1-beta2 debian packages are
now uploaded.

Thanks - Ben. :)
History
Date User Action Args
2008-02-20 17:16:58adminlinkissue490965 messages
2008-02-20 17:16:58admincreate