2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* buildc.t: Add several @ifset BUILDTOOLS-TAR.
	* sample.t: Use @code{make/README} instead of
	@code{@value{RTEMS-UNTAR}/make/README} (Workaround to PR 345).
This commit is contained in:
Ralf Corsepius
2003-02-15 06:09:26 +00:00
parent d7efd85239
commit fb5bfdc4bc
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* buildc.t: Add several @ifset BUILDTOOLS-TAR.
* sample.t: Use @code{make/README} instead of
@code{@value{RTEMS-UNTAR}/make/README} (Workaround to PR 345).
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* tversions.texi: Updated tool version numbers.

View File

@@ -93,7 +93,9 @@ of each component as well as any required RTEMS specific patches.
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/c_tools/source
@ifset BUILDTOOLS-TAR
File: @value{BUILDTOOLS-TAR}
@end ifset
@ifset BINUTILS-RTEMSPATCH
File: @value{BINUTILS-RTEMSPATCH}
@end ifset
@@ -602,7 +604,9 @@ of each component as well as any required RTEMS specific patches.
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/c_tools/source
@ifset BUILDTOOLS-TAR
File: @value{BUILDTOOLS-TAR}
@end ifset
@ifset GDB-RTEMSPATCH
File: @value{GDB-RTEMSPATCH}
@end ifset

View File

@@ -132,4 +132,4 @@ RTEMS specific to your BSP. Building an RTEMS application
for different BSPs is as simple as switching the
setting of @code{RTEMS_MAKEFILE_PATH}. This Makefile
system is described in the file
@code{@value{RTEMS-UNTAR}/make/README}.
@code{make/README}.