2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>

* started/buildc.t: Use tar xjf for bzip'ed files.
	* started/buildrt.t: Use tar xjf to unzip rtems.
This commit is contained in:
Ralf Corsepius
2004-03-31 10:50:31 +00:00
parent c83b5678c9
commit a785e63585
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* started/buildc.t: Use tar xjf for bzip'ed files.
* started/buildrt.t: Use tar xjf to unzip rtems.
2004-03-05 Joel Sherrill <joel@OARcorp.com> 2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 576/doc PR 576/doc

View File

@@ -130,7 +130,7 @@ command based upon the compression program used.
@example @example
cd tools cd tools
tar xzf ../archive/TOOLNAME.tar.gz # for gzip'ed tools tar xzf ../archive/TOOLNAME.tar.gz # for gzip'ed tools
tar xIf ../archive/TOOLNAME.tar.bz2 # for bzip'ed tools tar xjf ../archive/TOOLNAME.tar.bz2 # for bzip'ed tools
@end example @end example
After the compressed tar files have been unpacked using After the compressed tar files have been unpacked using

View File

@@ -45,7 +45,7 @@ tools directory:
@example @example
cd tools cd tools
tar xzf ../archive/@value{RTEMSTAR} tar xjf ../archive/@value{RTEMSTAR}
@end example @end example
This creates the directory @value{RTEMSUNTAR}. This creates the directory @value{RTEMSUNTAR}.