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:
@@ -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
|
||||
|
||||
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user