summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/README2
-rw-r--r--tools/eolFix.tcl2
2 files changed, 0 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README
index c2bcc42..d170bce 100644
--- a/macosx/README
+++ b/macosx/README
@@ -137,8 +137,6 @@ Detailed Instructions for building with macosx/GNUmakefile
(where ${ver} is a shell variable containing the Tcl version number e.g. '8.6').
Setup this shell variable as follows:
ver="8.6"
-If you are building from CVS, omit this step (CVS source tree names usually do
-not contain a version number).
- Setup environment variables as desired, e.g. for a universal build on 10.5:
CFLAGS="-arch i386 -arch x86_64 -arch ppc -mmacosx-version-min=10.5"
diff --git a/tools/eolFix.tcl b/tools/eolFix.tcl
index 3f35ed4..b3382ac 100644
--- a/tools/eolFix.tcl
+++ b/tools/eolFix.tcl
@@ -1,8 +1,6 @@
## Super aggressive EOL-fixer!
##
## Will even understand screwed up ones like CRCRLF.
-## (found in bad CVS repositories, caused by spacey developers
-## abusing CVS)
##
## davygrvy@pobox.com 3:41 PM 10/12/2001
##