Changeset 1f1252a1 in rtems


Ignore:
Timestamp:
10/18/04 19:08:00 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
e95cc1ca
Parents:
5550a38
Message:

2004-10-18 Joel Sherrill <joel@…>

  • buildc.t, buildrt.t: Fix typo which keeps this from building.
Location:
doc/started
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/started/ChangeLog

    r5550a38 r1f1252a1  
     12004-10-18      Joel Sherrill <joel@OARcorp.com>
     2
     3        * buildc.t, buildrt.t: Fix typo which keeps this from building.
     4
    152004-09-27      Joel Sherrill <joel@OARcorp.com>
    26
  • doc/started/buildc.t

    r5550a38 r1f1252a1  
    44@c  All rights reserved.
    55@c
    6 @c  $Id$
     6@c  buildc.t,v 1.31.2.9 2004/09/27 22:26:31 joel Exp
    77@c
    88
     
    504504
    505505@example
    506 export PATH=@value{RTEMSPREFIX}/bin:${PATH}
     506export PATH=@value{RTEMSPREFIX}/bin:$@{PATH@}
    507507@end example
    508508
  • doc/started/buildrt.t

    r5550a38 r1f1252a1  
    55@c  All rights reserved.
    66@c
    7 @c  $Id$
     7@c  buildrt.t,v 1.15.2.5 2004/09/27 22:26:31 joel Exp
    88@c
    99
     
    5858
    5959@example
    60 export PATH=<INSTALL_POINT>/bin:${PATH}
     60export PATH=<INSTALL_POINT>/bin:$@{PATH@}
    6161@end example
    6262
Note: See TracChangeset for help on using the changeset viewer.