changeset 101914:fc3f7f3a49fc

Remove platform-independent -j comments. Remove deleted --enable-cocoa-experimental-ctrl-g option.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Feb 2009 03:29:00 +0000
parents 3d0115eb5d66
children 091a8cf73243
files nextstep/INSTALL
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/nextstep/INSTALL	Tue Feb 10 03:28:13 2009 +0000
+++ b/nextstep/INSTALL	Tue Feb 10 03:29:00 2009 +0000
@@ -8,10 +8,6 @@
 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 @@
 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.
-
-
-
 
 This file is part of GNU Emacs.