aboutsummaryrefslogtreecommitdiff
path: root/config/mh-sysv
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-10-24 09:00:51 +0000
committerFred Fish <fnf@specifix.com>1991-10-24 09:00:51 +0000
commit67622ee16f19aa978b094fa94a3c93235f9088a2 (patch)
treee6ad1d4377e2877b11a1fd5772ea54cf0b209126 /config/mh-sysv
parentcb17dfb1c0dcf0ac153b00c0694d28b08c5ce9aa (diff)
downloadgdb-67622ee16f19aa978b094fa94a3c93235f9088a2.zip
gdb-67622ee16f19aa978b094fa94a3c93235f9088a2.tar.gz
gdb-67622ee16f19aa978b094fa94a3c93235f9088a2.tar.bz2
For systems where RANLIB is defined as echo, send the output to /dev/null
to help reduce clutter in the output from doing a make.
Diffstat (limited to 'config/mh-sysv')
-rw-r--r--config/mh-sysv2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-sysv b/config/mh-sysv
index 77e8c6a..f682838 100644
--- a/config/mh-sysv
+++ b/config/mh-sysv
@@ -1,3 +1,3 @@
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV
-RANLIB = echo
+RANLIB = echo >/dev/null