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.
This commit is contained in:
Fred Fish 1991-10-24 09:00:51 +00:00
parent cb17dfb1c0
commit 67622ee16f
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
HDEFINES=-DHOST_SYS=DGUX_SYS
CC=gcc -Wall -ansi -D__using_DGUX
RANLIB=echo
RANLIB=echo >/dev/null

View file

@ -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

View file

@ -1,6 +1,6 @@
#AR = ar-a29k
#AR_FLAGS = qs
#RANLIB = echo
#RANLIB = echo >/dev/null
# This is a hack. By declaring subdirs using "SUBDIRS=" rather than
# with a space, config won't reset this. This is a hack to override