summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-02-10 03:29:00 +0000
committerGlenn Morris <rgm@gnu.org>2009-02-10 03:29:00 +0000
commit5651673ca2b674895fe83035f2c6906b8897f71d (patch)
tree4a0e713071edcb255fd10dc9d84e8ce179871b19 /nextstep
parent9c3304609b8c6f98ef59ff1734c332427113667b (diff)
downloademacs-5651673ca2b674895fe83035f2c6906b8897f71d.tar.gz
Remove platform-independent -j comments.
Remove deleted --enable-cocoa-experimental-ctrl-g option.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/INSTALL14
1 files changed, 0 insertions, 14 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 564a8f5914f..28fda21a23c 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -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.
-
-
-
This file is part of GNU Emacs.