]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove platform-independent -j comments.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Feb 2009 03:29:00 +0000 (03:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Feb 2009 03:29:00 +0000 (03:29 +0000)
Remove deleted --enable-cocoa-experimental-ctrl-g option.

nextstep/INSTALL

index 564a8f5914fce5ed8f8149fb38a8fff583b454b9..28fda21a23c04d8ee496c35147c0679bdc4fedb3 100644 (file)
@@ -8,10 +8,6 @@ Compilation
 In the top-level directory, use:
 
   ./configure --with-ns
-  make -j2
-
-Make the -j higher on multi-core systems, usually one higher than number of
-cores is best.
 
 This will compile all the files, but emacs will not be able to be run except
 in -nw (terminal) mode.
@@ -50,16 +46,6 @@ Building as outlined above will create ordinary binaries running on your
 architecture only.  To create universal binaries, set CFLAGS to include
 "-arch ppc -arch i386".
 
-
-Improve Ctrl-G Handling
------------------------
-
-To enable a version of the code that handles ctrl-g more responsively in
-certain cases -- but may introduce other glitches -- pass
-"--enable-cocoa-experimental-ctrl-g" to configure.
-
-
-
 \f
 This file is part of GNU Emacs.