emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111384: * INSTALL: Try to clarify role of make d


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111384: * INSTALL: Try to clarify role of make distclean.
Date: Tue, 09 Jul 2013 18:30:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111384
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14833
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-07-09 14:30:24 -0400
message:
  * INSTALL: Try to clarify role of make distclean.
modified:
  INSTALL                        install-20091113204419-o5vbwnq5f7feedwu-581
=== modified file 'INSTALL'
--- a/INSTALL   2013-01-01 09:11:05 +0000
+++ b/INSTALL   2013-07-09 18:30:24 +0000
@@ -70,24 +70,17 @@
      you, but there are no obvious errors, assume that `configure' did
      its job and proceed.
 
-  4. If you need to run the `configure' script more than once (e.g.,
-     with some non-default options), always clean the source
-     directories before running `configure' again:
-
-               make distclean
-               ./configure
-
-  5. Invoke the `make' program:
+  4. Invoke the `make' program:
 
                 make
 
-  6. If `make' succeeds, it will build an executable program `emacs'
+  5. If `make' succeeds, it will build an executable program `emacs'
      in the `src' directory.  You can try this program, to make sure
      it works:
 
                 src/emacs -Q
 
-  7. Assuming that the program `src/emacs' starts and displays its
+  6. Assuming that the program `src/emacs' starts and displays its
      opening screen, you can install the program and its auxiliary
      files into their installation directories:
 
@@ -101,6 +94,11 @@
 
   You can delete the entire build directory if you do not plan to
   build Emacs again, but it can be useful to keep for debugging.
+  If you want to build Emacs again with different configure options,
+  first clean the source directories:
+
+               make distclean
+               ./configure
 
   Note that the install automatically saves space by compressing
   (provided you have the `gzip' program) those installed Lisp source (.el)


reply via email to

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