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

@@ -130,7 +130,7 @@ command based upon the compression program used.
@example
cd 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
After the compressed tar files have been unpacked using

View File

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