CVS update by scop xemacs/src ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Fri May 25 12:35:28 EDT 2007
User: scop
Date: 07/05/25 18:35:28
Modified: xemacs/src ChangeLog Makefile.in.in
Log:
Ensure correct finder* is used during build <200705222253.55993.scop at xemacs.org>
Revision Changes Path
1.1067 +5 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -p -r1.1066 -r1.1067
--- ChangeLog 2007/05/21 05:02:33 1.1066
+++ ChangeLog 2007/05/25 16:35:23 1.1067
@@ -1,3 +1,8 @@
+2007-05-22 Ville Skyttä <scop at xemacs.org>
+
+ * Makefile.in.in ($(LISP)/finder-inf.el): Set lisp-directory
+ to $(LISP) to ensure we're working with the correct finder*.
+
2007-05-21 Stephen J. Turnbull <stephen at xemacs.org>
* XEmacs 21.5.28 "fuki" is released.
1.126 +1 -0 XEmacs/xemacs/src/Makefile.in.in
Index: Makefile.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/Makefile.in.in,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- Makefile.in.in 2006/04/23 16:11:32 1.125
+++ Makefile.in.in 2007/05/25 16:35:25 1.126
@@ -649,6 +649,7 @@ $(LISP)/finder-inf.el: update-elc-2
@echo "Building finder database ..."
$(RM) $(LISP)/finder-inf.el
$(XEMACS_BATCH) -eval "(setq finder-compile-keywords-quiet t)" \
+ -eval "(setq lisp-directory \"$(LISP)\")" \
-l finder -f finder-compile-keywords
@echo "Building finder database ...(done)"
More information about the XEmacs-CVS
mailing list