emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4d806dc: * INSTALL.REPO: Revert 2014-12-06 change.


From: Glenn Morris
Subject: [Emacs-diffs] master 4d806dc: * INSTALL.REPO: Revert 2014-12-06 change.
Date: Sun, 14 Dec 2014 01:57:53 +0000

branch: master
commit 4d806dc01d4ffdecadfe75e92f4f190952f5447c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * INSTALL.REPO: Revert 2014-12-06 change.
    
    You _can_ just run make after a clean checkout, thanks to the GNUmakefile.
---
 ChangeLog    |    4 ++++
 INSTALL.REPO |   11 +++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 041b296..15117e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-14  Glenn Morris  <address@hidden>
+
+       * INSTALL.REPO: Revert 2014-12-06 change.
+
 2014-12-13  Paul Eggert  <address@hidden>
 
        * lib/gnulib.mk: Regenerate.
diff --git a/INSTALL.REPO b/INSTALL.REPO
index 67dceb8..83b6f2f 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -1,5 +1,10 @@
             Building and Installing Emacs from the Repository
 
+Simply run 'make'.  This should work if your files are freshly checked
+out from the repository, and if you have the proper tools installed.
+If it doesn't work, or if you have special build requirements, the
+following information may be helpful.
+
 Building Emacs from the source-code repository requires some tools
 that are not needed when building from a release.  You will need:
 
@@ -29,12 +34,6 @@ can invoke './configure -C'.  After configuring, build Emacs 
as follows:
 If you want to install Emacs, type 'make install' instead of 'make' in
 the last command.
 
-After your first build, you can usually just run 'make' after any
-updates from the Savannah repository or local edits; the makefile
-contains logic to re-run configure as needed. However, if the autoconf
-input files have changed, or in some other situations, you will need
-to run 'make bootstrap' (more below).
-
 Occasionally the file 'lisp/loaddefs.el' (and similar automatically
 generated files, such as 'esh-groups.el', and '*-loaddefs.el' in some
 subdirectories of 'lisp/', e.g., 'mh-e/' and 'calendar/') will need to be



reply via email to

[Prev in Thread] Current Thread [Next in Thread]