summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 06:40:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 06:40:14 (GMT)
commite5eeaadf3c490991f3360ae3cea60e064e0b2c37 (patch)
treedda610fca00012062f42c0bf5633ae9164775264 /macosx
parent52425dcf5d50616645b90e2acee65ef733962afa (diff)
downloadtcl-e5eeaadf3c490991f3360ae3cea60e064e0b2c37.zip
tcl-e5eeaadf3c490991f3360ae3cea60e064e0b2c37.tar.gz
tcl-e5eeaadf3c490991f3360ae3cea60e064e0b2c37.tar.bz2
Don't refer to CVS any more
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README2
1 files changed, 0 insertions, 2 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"