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:
parent
4ac3eac713
commit
978d4c87d2
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue