summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 10:50:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 10:50:31 +0000
commita785e63585eaa2e2e9426a99d5a43bffafe1f81a (patch)
treee8c1d501547740ebc03ca12ed58dbf6354b23e86 /doc
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a785e63585eaa2e2e9426a99d5a43bffafe1f81a.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/started/buildc.t2
-rw-r--r--doc/started/buildrt.t2
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3f679d5487..9d65b9685d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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>
PR 576/doc
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index 035fbe35cb..b4f9f808f2 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -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
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index ca3269fee0..91ff840161 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -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}.