From 3b57ba900830af08b07fdc3d7e34a9fa4595bb29 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 10 Jun 1992 06:32:35 +0000 Subject: [PATCH] * Everywhere: Change RANLIB=echo>/dev/null (which confuses some shells - and I don't blame them) to RANLIB=true. * mh-solaris: Use /usr/ucb/install for INSTALL. --- config/mh-a68bsd | 2 +- config/mh-apollo68 | 2 +- config/mh-delta88 | 2 +- config/mh-dgux | 2 +- config/mh-irix4 | 2 +- config/mh-sysv | 2 +- config/mt-a29k | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/mh-a68bsd b/config/mh-a68bsd index 8dc9046353..36a4c0ee95 100644 --- a/config/mh-a68bsd +++ b/config/mh-a68bsd @@ -1,2 +1,2 @@ -RANLIB=echo >/dev/null +RANLIB=true CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG diff --git a/config/mh-apollo68 b/config/mh-apollo68 index 0b46700f70..4497ed9358 100644 --- a/config/mh-apollo68 +++ b/config/mh-apollo68 @@ -1,3 +1,3 @@ HDEFINES = -DUSG -RANLIB=echo >/dev/null +RANLIB=true CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG diff --git a/config/mh-delta88 b/config/mh-delta88 index 3b3d9cda81..e738d0eb50 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,4 +1,4 @@ -RANLIB = echo >/dev/null +RANLIB = true # Sorry about this, but my machine runs out of memory . CFLAGS = CC=gcc -O2 diff --git a/config/mh-dgux b/config/mh-dgux index ce5db78d64..e7d85d6126 100644 --- a/config/mh-dgux +++ b/config/mh-dgux @@ -1,4 +1,4 @@ HDEFINES=-DHOST_SYS=DGUX_SYS CC=gcc -Wall -ansi -D__using_DGUX -RANLIB=echo >/dev/null +RANLIB=true diff --git a/config/mh-irix4 b/config/mh-irix4 index 5864b27439..8da885f54a 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -5,5 +5,5 @@ CC = cc -cckr -Wf,-XNg1500 SYSV = -DSYSV -RANLIB = echo >/dev/null +RANLIB = true INSTALL = cp diff --git a/config/mh-sysv b/config/mh-sysv index f682838fff..16b1187b44 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 >/dev/null +RANLIB = true diff --git a/config/mt-a29k b/config/mt-a29k index fdaa41e428..4e4fb5fb1d 100644 --- a/config/mt-a29k +++ b/config/mt-a29k @@ -1,6 +1,6 @@ #AR = ar-a29k #AR_FLAGS = qs -#RANLIB = echo >/dev/null +#RANLIB = true # 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 -- 2.34.1