[C] Update JDE and dependencies
Mats Lidell
matsl at xemacs.org
Thu Nov 29 06:18:00 EST 2007
Norbert Koch wrote:
> I'll wait until the package smoketest gets green again before I start
> distributing the packages.
There is a problem with jde-custom.el. The smoketest does a make clean
as part of the build process but that removes jde-custom.el. There is an
obvious flaw in the Makefile, see patch below. I have applied the patch
to the smoketest so we will see soon if it goes green again.
------------------------------------------------------------------------
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/jde/Makefile,v
retrieving revision 1.78
diff -r1.78 Makefile
78c78
< lisp/jde-custom.el \
---
> lisp/jde-custom.elc \
------------------------------------------------------------------------
Yours
--
%% Mats
More information about the XEmacs-Patches
mailing list