Changeset 6e3c36b7 in rtems


Ignore:
Timestamp:
04/13/98 20:03:57 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f2cd6a1a
Parents:
4aa6b64
Message:

added ASCII versions of directory tree figures

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/started/buildc.t

    r4aa6b64 r6e3c36b7  
    108108@end ifset
    109109
    110 @section Unarchiving the Sources
     110@section Unarchiving the Tools
    111111
    112112While in the @code{tools} directory, unpack the compressed
     
    129129@end itemize
    130130
    131 Graphically, this will look something like the following figure:
     131The @code{bit} script will automatically create two other
     132subdirectories:
     133
     134@itemize @bullet
     135@item src
     136@item build-$@{CPU@}-tools
     137@end itemize
     138
     139Ignoring version numbers, this will look something like the following figure:
    132140
    133141@ifset use-ascii
    134142@example
    135143@group
    136 Not currently available in ASCII.
     144                       tools
     145                         |    bit (script)
     146                         +
     147 +---------+-------------+------------+----------------+
     148 |         |             |            |                |
     149src   binutils-2.9   egcs-1.0.2  newlib-1.8.0  build-$@{CPU@}-tools
    137150@end group
    138151@end example
     
    144157@example
    145158@group
    146 Not currently available in printed document.
     159                       tools
     160                         |    bit (script)
     161                         +
     162 +---------+-------------+------------+----------------+
     163 |         |             |            |                |
     164src   binutils-2.9   egcs-1.0.2  newlib-1.8.0  build-${CPU}-tools
    147165@end group
    148166@end example
  • doc/started_ada/buildada.t

    r4aa6b64 r6e3c36b7  
    116116@end ifset
    117117
    118 @section Unarchiving the Sources
     118@section Unarchiving the Tools
    119119
    120120While in the @code{tools} directory, unpack the compressed
     
    139139@end itemize
    140140
    141 Graphically, this will look something like the following figure:
     141The @code{bit_ada} script will automatically create two other
     142subdirectories:
     143
     144@itemize @bullet
     145@item src
     146@item build-$@{CPU@}-tools
     147@end itemize
     148
     149Ignoring version numbers, this will look something like the following figure:
    142150
    143151@ifset use-ascii
    144152@example
    145153@group
    146 Not currently available in ASCII.
     154                       tools
     155                         |    bit_ada (script)
     156                         +
     157 +---------+-------------+-----------+----------------+
     158 |         |             |           |                |
     159src   binutils-2.9   gcc-2.8.1  newlib-1.8.0  build-$@{CPU@}-tools
    147160@end group
    148161@end example
     
    154167@example
    155168@group
    156 Not currently available in printed document.
     169                       tools
     170                         |    bit_ada (script)
     171                         +
     172 +---------+-------------+-----------+----------------+
     173 |         |             |           |                |
     174src   binutils-2.9   gcc-2.8.1  newlib-1.8.0  build-${CPU}-tools
    157175@end group
    158176@end example
Note: See TracChangeset for help on using the changeset viewer.