From 1f1252a1973574ffcdee945b15c38f889f9dc216 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Oct 2004 19:08:00 +0000 Subject: [PATCH] 2004-10-18 Joel Sherrill * buildc.t, buildrt.t: Fix typo which keeps this from building. --- doc/started/ChangeLog | 4 ++++ doc/started/buildc.t | 4 ++-- doc/started/buildrt.t | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/started/ChangeLog b/doc/started/ChangeLog index 2bacf6b9eb..511f904ce1 100644 --- a/doc/started/ChangeLog +++ b/doc/started/ChangeLog @@ -1,3 +1,7 @@ +2004-10-18 Joel Sherrill + + * buildc.t, buildrt.t: Fix typo which keeps this from building. + 2004-09-27 Joel Sherrill PR 682/doc diff --git a/doc/started/buildc.t b/doc/started/buildc.t index 9224cc3d56..5a5882ead6 100644 --- a/doc/started/buildc.t +++ b/doc/started/buildc.t @@ -3,7 +3,7 @@ @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c -@c $Id$ +@c buildc.t,v 1.31.2.9 2004/09/27 22:26:31 joel Exp @c @chapter Building the GNU Cross Compiler Toolset @@ -503,7 +503,7 @@ containing the executables is the prefix used above with @file{bin} post-fixed. @example -export PATH=@value{RTEMSPREFIX}/bin:${PATH} +export PATH=@value{RTEMSPREFIX}/bin:$@{PATH@} @end example Failure to have the binutils in the path will cause the GCC and NEWLIB diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t index 93df0db738..ff7efa26ea 100644 --- a/doc/started/buildrt.t +++ b/doc/started/buildrt.t @@ -4,7 +4,7 @@ @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c -@c $Id$ +@c buildrt.t,v 1.15.2.5 2004/09/27 22:26:31 joel Exp @c @chapter Building RTEMS @@ -57,7 +57,7 @@ tools. The following command prepends the directory where the tools were installed in a previous step: @example -export PATH=/bin:${PATH} +export PATH=/bin:$@{PATH@} @end example NOTE: The above command is in Bourne shell (@code{sh}) syntax and