[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r115448: Fix bug #16099 with failed out-of-tree buil
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] trunk r115448: Fix bug #16099 with failed out-of-tree builds on MS-Windows. |
Date: |
Tue, 10 Dec 2013 20:57:49 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 115448
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16099
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-10 22:56:59 +0200
message:
Fix bug #16099 with failed out-of-tree builds on MS-Windows.
lisp/Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
unmsys--file-name.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/Makefile.in
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-12-10 00:54:38 +0000
+++ b/lisp/ChangeLog 2013-12-10 20:56:59 +0000
@@ -1,3 +1,8 @@
+2013-12-10 Eli Zaretskii <address@hidden>
+
+ * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
+ unmsys--file-name. (Bug#16099)
+
2013-12-10 Teodor Zlatanov <address@hidden>
* emacs-lisp/package.el (package-keyword-button-action): Remove
=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in 2013-11-30 02:06:34 +0000
+++ b/lisp/Makefile.in 2013-12-10 20:56:59 +0000
@@ -183,7 +183,7 @@
echo Directories: $$wins; \
$(emacs) -l autoload \
--eval '(setq autoload-builtin-package-versions t)' \
- --eval '(setq generated-autoload-file (expand-file-name
"$(srcdir)/loaddefs.el"))' \
+ --eval '(setq generated-autoload-file (expand-file-name
(unmsys--file-name "$(srcdir)/loaddefs.el")))' \
-f batch-update-autoloads $$wins
# This is required by the bootstrap-emacs target in ../src/Makefile, so
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r115448: Fix bug #16099 with failed out-of-tree builds on MS-Windows.,
Eli Zaretskii <=