]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-prepare): When copying from
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 5 Jul 2007 15:45:13 +0000 (15:45 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 5 Jul 2007 15:45:13 +0000 (15:45 +0000)
ldefs-boot.el, make sure loaddefs.el is writeable.

lisp/ChangeLog
lisp/Makefile.in

index b0aa00759a39c026dfb2128c9d1956a873fee493..0338f9aa6db739a3a5d4823d527079561ae5d43e 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * Makefile.in (bootstrap-prepare): When copying from
+       ldefs-boot.el, make sure loaddefs.el is writeable.
+
 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
index dff3009b21559e06d0ea3d8e4b2a1e985125c223..3f56538e84e9d74b3e954f9ce1bf2f44837bc125 100644 (file)
@@ -281,6 +281,7 @@ bootstrap-prepare:
          $(MAKE) $(MFLAGS) autoloads;                          \
        else                                                    \
          cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el;         \
+         chmod +w $(lisp)/loaddefs.el;                         \
        fi
 
 maintainer-clean: distclean