[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp Makefile.in
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/lisp Makefile.in |
Date: |
Wed, 16 Sep 2009 03:10:18 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/09/16 03:10:18
Modified files:
lisp : Makefile.in
Log message:
Move comment so it does not get printed every time the rule runs.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/Makefile.in?cvsroot=emacs&r1=1.192&r2=1.193
Patches:
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -b -r1.192 -r1.193
--- Makefile.in 15 Sep 2009 15:29:55 -0000 1.192
+++ Makefile.in 16 Sep 2009 03:10:17 -0000 1.193
@@ -1,6 +1,6 @@
# Maintenance productions for the Lisp directory
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
@@ -1286,10 +1286,10 @@
# (e.g. src/Makefile.in may have a dependency for ../lisp/foo.elc where we
# only know of $(lisp)/foo.elc). So instead we provide a direct way for
# src/Makefile.in to rebuild a particular Lisp file, no questions asked.
+# Use byte-compile-refresh-preloaded to try and work around some of
+# the most common problems of not bootstrapping from a clean state.
compile-onefile:
@echo Compiling $(THEFILE)
- # Use byte-compile-refresh-preloaded to try a work around some of
- # the most common bootstrapping problems.
@$(emacs) -l bytecomp.el -f byte-compile-refresh-preloaded
$(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $(THEFILE)
# Files MUST be compiled one by one. If we compile several files in a
- [Emacs-diffs] emacs/lisp Makefile.in,
Glenn Morris <=