Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a5cd8bed
Commit
a5cd8bed
authored
May 13, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bootstrap-prepare): Don't chmod files.
(autoloads): Do it here instead, where it's actually needed.
parent
6a9cbb85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/Makefile.in
lisp/Makefile.in
+4
-5
No files found.
lisp/ChangeLog
View file @
a5cd8bed
2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (bootstrap-prepare): Don't chmod files.
(autoloads): Do it here instead, where it's actually needed.
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
* tool-bar.el (tool-bar-make-keymap): Account for the optional
...
...
lisp/Makefile.in
View file @
a5cd8bed
...
...
@@ -117,7 +117,11 @@ finder-data: $(emacs-deps) autoloads doit
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 @@ $(CAL_DIR)/hol-loaddefs.el: $(emacs-deps) $(CAL_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
;
\
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)
...
...
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