]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-deps, finder-data, autoloads, recompile):
authorGlenn Morris <rgm@gnu.org>
Thu, 14 Feb 2008 03:57:12 +0000 (03:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 14 Feb 2008 03:57:12 +0000 (03:57 +0000)
Remove `LC_ALL=C', since it's included in $(emacs) now.

lisp/ChangeLog
lisp/Makefile.in

index 6c300a39f9276b365cb2f5c4dcdfc043ee97e174..8b021691397da48defa2f8c87e76fdb5cf583cb2 100644 (file)
@@ -1,3 +1,8 @@
+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):
index 31447ddd67c059f3460c48f0b41b44b9254d37d7..df09a51c7cc1944d50bf8965d27d69495f214891 100644 (file)
@@ -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