forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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}.
|
||||||
|
|||||||
Reference in New Issue
Block a user