Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4c5cd2d2
Commit
4c5cd2d2
authored
Jul 05, 2007
by
Thien-Thi Nguyen
Browse files
(bootstrap-prepare): Make $(lisp)/ps-print.el
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
parent
c2ba4a6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-1
lisp/Makefile.in
lisp/Makefile.in
+6
-1
No files found.
lisp/ChangeLog
View file @
4c5cd2d2
...
...
@@ -41,6 +41,9 @@
* Makefile.in (bootstrap-prepare): When copying from
ldefs-boot.el, make sure loaddefs.el is writeable.
(bootstrap-prepare): Make $(lisp)/ps-print.el
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
...
...
@@ -146,7 +149,7 @@
2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
* complete.el (partial-completion-mode): Remove advice of
read-file-name-internal.
read-file-name-internal.
(PC-do-completion): Rebind minibuffer-completion-table.
(PC-read-file-name-internal): New function doing what
read-file-name-internal advice did.
...
...
lisp/Makefile.in
View file @
4c5cd2d2
...
...
@@ -275,14 +275,19 @@ $(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
# 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
;
\
else
\
cp
$(lisp)
/ldefs-boot.el
$(lisp)
/loaddefs.el
;
\
chmod
+w
$(lisp)
/loaddefs.el
;
\
fi
chmod
+w
$(lisp)
/loaddefs.el
\
$(lisp)
/ps-print.el
\
$(lisp)
/emacs-lisp/cl-loaddefs.el
maintainer-clean
:
distclean
cd
$(lisp)
;
rm
-f
*
.elc
*
/
*
.elc
$(AUTOGENEL)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment