1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00

(bootstrap-prepare): When copying from

ldefs-boot.el, make sure loaddefs.el is writeable.
This commit is contained in:
Thien-Thi Nguyen 2007-07-05 15:45:13 +00:00
parent 4ac3eac713
commit 978d4c87d2
2 changed files with 6 additions and 0 deletions

View 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

View 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