diff options
author | Jim Meyering <jim@meyering.net> | 1997-02-04 03:29:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-02-04 03:29:06 +0000 |
commit | 9e61c5f51a17cae87fede203da3bae247e11bb81 (patch) | |
tree | 57f2028a58ca3acadf9cafa524ccd87e4ff6100c /INSTALL | |
parent | a0aa28853129fdcfa8f58c55008c02090a5edff5 (diff) | |
download | coreutils-9e61c5f51a17cae87fede203da3bae247e11bb81.tar.xz |
.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -31,7 +31,7 @@ The simplest way to compile this package is: `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. - Running `configure' takes a while. While running, it prints some + Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. @@ -167,7 +167,9 @@ operates. `--quiet' `--silent' `-q' - Do not print messages saying which checks are being made. + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually @@ -178,4 +180,3 @@ operates. script, and exit. `configure' also accepts some other, not widely useful, options. - |