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
b2928357
Commit
b2928357
authored
Feb 14, 2008
by
Glenn Morris
Browse files
(custom-deps, finder-data, autoloads, recompile):
Remove `LC_ALL=C', since it's included in $(emacs) now.
parent
b7dece10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/Makefile.in
lisp/Makefile.in
+4
-4
No files found.
lisp/ChangeLog
View file @
b2928357
2008-02-14 Glenn Morris <rgm@gnu.org>
* Makefile.in (custom-deps, finder-data, autoloads, recompile):
Remove `LC_ALL=C', since it's included in $(emacs) now.
2008-02-14 Zhang Wei <id.brep@gmail.com> (tiny change)
* textmodes/org-publish.el (org-publish-timestamp-filename):
...
...
lisp/Makefile.in
View file @
b2928357
...
...
@@ -100,12 +100,12 @@ $(lisp)/cus-load.el:
custom-deps
:
$(lisp)/subdirs.el autoloads $(lisp)/cus-load.el doit
wd
=
$(lisp)
;
$(setwins_almost)
;
\
echo
Directories:
$$
wins
;
\
LC_ALL
=
C
$(emacs)
-l
cus-dep
--eval
'(setq generated-custom-dependencies-file "
$(lisp)
/cus-load.el")'
-f
custom-make-dependencies
$$
wins
$(emacs)
-l
cus-dep
--eval
'(setq generated-custom-dependencies-file "
$(lisp)
/cus-load.el")'
-f
custom-make-dependencies
$$
wins
finder-data
:
$(lisp)/subdirs.el autoloads doit
wd
=
$(lisp)
;
$(setwins_almost)
;
\
echo
Directories:
$$
wins
;
\
LC_ALL
=
C
$(emacs)
-l
finder
--eval
'(setq generated-finder-keywords-file "
$(lisp)
/finder-inf.el")'
-f
finder-compile-keywords-make-dist
$$
wins
$(emacs)
-l
finder
--eval
'(setq generated-finder-keywords-file "
$(lisp)
/finder-inf.el")'
-f
finder-compile-keywords-make-dist
$$
wins
$(lisp)/loaddefs.el
:
echo
";;; loaddefs.el --- automatically extracted autoloads"
>>
$@
...
...
@@ -120,7 +120,7 @@ $(lisp)/loaddefs.el:
autoloads
:
$(lisp)/subdirs.el $(lisp)/loaddefs.el doit
wd
=
$(lisp)
;
$(setwins_almost)
;
\
echo
Directories:
$$
wins
;
\
LC_ALL
=
C
$(emacs)
-l
autoload
--eval
'(setq generated-autoload-file "
$(lisp)
/loaddefs.el")'
-f
batch-update-autoloads
$$
wins
$(emacs)
-l
autoload
--eval
'(setq generated-autoload-file "
$(lisp)
/loaddefs.el")'
-f
batch-update-autoloads
$$
wins
$(lisp)/subdirs.el
:
$(MAKE)
$(MFLAGS)
update-subdirs
...
...
@@ -220,7 +220,7 @@ compile-after-backup: backup-compiled-files compile-always
# new ones.
recompile
:
doit mh-autoloads $(lisp)/progmodes/cc-mode.elc
LC_ALL
=
C
$(emacs)
--eval
"(batch-byte-recompile-directory 0)"
$(lisp)
$(emacs)
--eval
"(batch-byte-recompile-directory 0)"
$(lisp)
# CC Mode uses a compile time macro system which causes a compile time
# dependency in cc-mode.elc on the macros in cc-langs.el and the
...
...
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