* Everywhere: Change RANLIB=echo>/dev/null (which confuses
authorPer Bothner <per@bothner.com>
Wed, 10 Jun 1992 06:32:35 +0000 (06:32 +0000)
committerPer Bothner <per@bothner.com>
Wed, 10 Jun 1992 06:32:35 +0000 (06:32 +0000)
some shells - and I don't blame them) to RANLIB=true.
* mh-solaris:  Use /usr/ucb/install for INSTALL.

config/mh-a68bsd
config/mh-apollo68
config/mh-delta88
config/mh-dgux
config/mh-irix4
config/mh-sysv
config/mt-a29k

index 8dc9046353d5ae3259714f4541de69e917524f1d..36a4c0ee956f202f1a35bb977b79cb00422d532d 100644 (file)
@@ -1,2 +1,2 @@
-RANLIB=echo >/dev/null
+RANLIB=true
 CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
index 0b46700f7018917277f278ca423c13339042382d..4497ed935853313fab0245ce35589b7cca8525fe 100644 (file)
@@ -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
index 3b3d9cda81ed50fded29edd05f15f00669e73edc..e738d0eb5012af6e23fbcdfb90d471944b735563 100644 (file)
@@ -1,4 +1,4 @@
-RANLIB = echo >/dev/null
+RANLIB = true
 # Sorry about this, but my machine runs out of memory .
 CFLAGS = 
 CC=gcc -O2
index ce5db78d6440b266ccd517ea855f6a0fec12e92e..e7d85d6126a1b39f8de43796101eb97c20317996 100644 (file)
@@ -1,4 +1,4 @@
 HDEFINES=-DHOST_SYS=DGUX_SYS
 CC=gcc -Wall -ansi -D__using_DGUX
-RANLIB=echo >/dev/null
+RANLIB=true
 
index 5864b2743900ed75e1254e2832b14999cd67b8c5..8da885f54aca9034d2f577c32c324b7b5ae8baa2 100644 (file)
@@ -5,5 +5,5 @@
 
 CC = cc -cckr -Wf,-XNg1500
 SYSV = -DSYSV
-RANLIB = echo >/dev/null
+RANLIB = true
 INSTALL = cp
index f682838fff14e0d261992854963f5aa095a6b76c..16b1187b44717d48d4898206a6564eea5de5376b 100644 (file)
@@ -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
index fdaa41e4281b000129a62e65e9d0e63d4cfb23de..4e4fb5fb1d4f5a69e1ce6084d729ed1d5dd827ff 100644 (file)
@@ -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