# HG changeset patch # User Stefan Monnier # Date 1210703713 0 # Node ID 1be25996643344683b5c79d95ca2583e7794f9c6 # Parent 29fb4d52c07937532e90bdc557310169c5faa3ed (bootstrap-prepare): Don't chmod files. (autoloads): Do it here instead, where it's actually needed. diff -r 29fb4d52c079 -r 1be259966433 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 13 18:02:44 2008 +0000 +++ b/lisp/ChangeLog Tue May 13 18:35:13 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-13 Stefan Monnier + + * Makefile.in (bootstrap-prepare): Don't chmod files. + (autoloads): Do it here instead, where it's actually needed. + 2008-05-13 Chong Yidong * tool-bar.el (tool-bar-make-keymap): Account for the optional diff -r 29fb4d52c079 -r 1be259966433 lisp/Makefile.in --- a/lisp/Makefile.in Tue May 13 18:02:44 2008 +0000 +++ b/lisp/Makefile.in Tue May 13 18:35:13 2008 +0000 @@ -117,7 +117,11 @@ echo Directories: $$wins; \ $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins +# The chmod +w is to handle env var CVSREAD=1. Files named +# are identified by being the value of `generated-autoload-file'. autoloads: $(emacs-deps) $(LOADDEFS) doit + chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ + $(lisp)/emacs-lisp/cl-loaddefs.el wd=$(lisp); $(setwins_almost); \ echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins @@ -307,16 +311,11 @@ # an up-to-date copy of loaddefs.el that is uncorrupted by # local changes. (Because loaddefs.el is an automatically generated # file, we don't want to store it in the source repository). -# -# The chmod +w is to handle env var CVSREAD=1. Files named -# are identified by being the value of `generated-autoload-file'. bootstrap-prepare: if test -x $(EMACS); then \ $(MAKE) $(MFLAGS) autoloads; \ fi - chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ - $(lisp)/emacs-lisp/cl-loaddefs.el maintainer-clean: distclean bootstrap-clean cd $(lisp); rm -f $(AUTOGENEL)