|
Last change
on this file was 10, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | This directory contains MPW scripts and related files that are needed to
|
|---|
| 2 | build Cygnus GNU tools for MPW. The scripts should be somewhere on the
|
|---|
| 3 | command path; our usual practice has been to have a separate directory
|
|---|
| 4 | for the scripts, and put the tools (byacc, flex, and sed at least) there
|
|---|
| 5 | also; then it's easier to drag the support bits around as a group, or to
|
|---|
| 6 | upgrade MPW versions. The complete package of scripts and tool binaries
|
|---|
| 7 | is usually available as pub/mac/buildtools.cpt.hqx on ftp.cygnus.com.
|
|---|
| 8 |
|
|---|
| 9 | "tr-7to8-src" is actually the source to an MPW script that transforms
|
|---|
| 10 | sequences like "\Option-d" into the actual 8-bit chars that MPW needs.
|
|---|
| 11 | It's only the source because it can't itself include any 8-bit chars.
|
|---|
| 12 | It *can* be processed into a genuine "tr-7to8" by using itself:
|
|---|
| 13 |
|
|---|
| 14 | tr-7to8 tr-7to8-src | sed -e 's/Src//' >new-tr-7to8
|
|---|
| 15 |
|
|---|
| 16 | Use this to verify:
|
|---|
| 17 |
|
|---|
| 18 | compare tr-7to8 new-tr-7to8
|
|---|
| 19 |
|
|---|
| 20 | If you don't have a working tr-7to8, then you will have to manually
|
|---|
| 21 | replace all occurrences of "\Option-d" with real Option-d (which looks
|
|---|
| 22 | like a delta), then do similarly with all the other "\Option-..."
|
|---|
| 23 | strings, and then change "\SrcOption-d" into the string "\Option-d".
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.