aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-17 23:05:55 +0000
committerBen Elliston <bje@gnu.org>2003-08-17 23:05:55 +0000
commit8c1451b2dc3c8b64da6eb45db166e91e180cd440 (patch)
treeb02d85f97ecc2453f7b03878f7f3250e98fa6b26 /README
parent9be9665de1bb8c36f9d9835d442a6e0352336cfe (diff)
downloaddejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.zip
dejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.tar.gz
dejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.tar.bz2
More trailing whitespace fixes.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 0711aae..3d28e94 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ several advantages for testing:
followed by running ``make''. (MYHOSTTYPE is a name for your host computer,
for instance "sun4". You can use the script ``config.sub'' to test whether
-a name is recognized; if it is, config.sub translates it to a triplet
+a name is recognized; if it is, config.sub translates it to a triplet
specifying CPU, vendor, and OS.) This is used when you plan to
configure and build in the source tree.
@@ -46,19 +46,19 @@ default of /usr/local, use the --prefix option.
configure MYHOSTYPE --prefix [PATH]
-where PATH is the prefix used to install the programs.
+where PATH is the prefix used to install the programs.
The configure testing and building will use the native compiler "cc"
on your host machine. To change which compiler gets used (like gcc)
-set a the variable "CC" in your environment to point to it.
+set a the variable "CC" in your environment to point to it.
For csh users: "setenv CC gcc"
For bourne shell users: "CC=gcc;export CC"
- Then when you compile, use "make CC=$CC".
+ Then when you compile, use "make CC=$CC".
See /usr/doc/dejagnu-$version/overview/book1.html or
-/usr/doc/dejagnu-$version/overview.ps for for more details.
+/usr/doc/dejagnu-$version/overview.ps for for more details.
As DejaGnu is a Tcl program, there is little to build. However, the
documentation is not built by default. Use these targets: