For systems where RANLIB is defined as echo, send the output to /dev/null
authorFred Fish <fnf@specifix.com>
Thu, 24 Oct 1991 09:00:51 +0000 (09:00 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 24 Oct 1991 09:00:51 +0000 (09:00 +0000)
to help reduce clutter in the output from doing a make.

config/mh-dgux
config/mh-sysv
config/mt-a29k

index 568f0c99ab76fe5ab661202c5294ad1faa99ca98..ce5db78d6440b266ccd517ea855f6a0fec12e92e 100644 (file)
@@ -1,4 +1,4 @@
 HDEFINES=-DHOST_SYS=DGUX_SYS
 CC=gcc -Wall -ansi -D__using_DGUX
-RANLIB=echo
+RANLIB=echo >/dev/null
 
index 77e8c6ab531b613b5407344db934d14c938f9b4a..f682838fff14e0d261992854963f5aa095a6b76c 100644 (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
index 4ca992bb12e8b08b7c0d79c5bcd7e3595a94f0a2..fdaa41e4281b000129a62e65e9d0e63d4cfb23de 100644 (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