emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
Date: Mon, 24 Oct 2005 06:54:54 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.51 emacs/lisp/makefile.w32-in:1.52
*** emacs/lisp/makefile.w32-in:1.51     Thu Oct 20 12:07:22 2005
--- emacs/lisp/makefile.w32-in  Mon Oct 24 10:54:53 2005
***************
*** 146,159 ****
        echo ;;; End:>> $@
        echo ;;; loaddefs.el ends here>> $@
  
  autoloads: $(lisp)/loaddefs.el doit
!       @echo Directories: $(WINS)
        $(emacs) -l autoload \
                --eval $(ARGQUOTE)(setq find-file-hook nil \
                        find-file-suppress-same-file-warnings t \
                        generated-autoload-file \
                          $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
!               -f batch-update-autoloads $(lisp) $(WINS)
  
  $(lisp)/subdirs.el:
        $(MAKE) $(MFLAGS) update-subdirs
--- 146,163 ----
        echo ;;; End:>> $@
        echo ;;; loaddefs.el ends here>> $@
  
+ # Use . instead of $(lisp) because $(lisp) is an absolute file name,
+ # including a drive letter and any leading directories, so the generated
+ # loaddefs.el will mention file names that on other machine reference
+ # possibly non-existent directories.
  autoloads: $(lisp)/loaddefs.el doit
!       @echo Directories: . $(WINS)
        $(emacs) -l autoload \
                --eval $(ARGQUOTE)(setq find-file-hook nil \
                        find-file-suppress-same-file-warnings t \
                        generated-autoload-file \
                          $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
!               -f batch-update-autoloads . $(WINS)
  
  $(lisp)/subdirs.el:
        $(MAKE) $(MFLAGS) update-subdirs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]