Removed all references to OLDINSTALL

This commit is contained in:
Janet B. Anderson
1996-07-08 17:42:26 +00:00
parent fb3ada00dd
commit d9aeca1b19
7 changed files with 0 additions and 27 deletions
-2
View File
@@ -10,8 +10,6 @@
GCC = gcc
ACC = acc
SUNCC = cc
# OLDINSTALL def used in pre R3.12.2.2 releases
OLDINSTALL = install
AR = ar
ARFLAGS = r
RANLIB = ranlib
-2
View File
@@ -8,8 +8,6 @@
GCC = gcc
ACC = cc -std
TRADCC = cc -traditional
# OLDINSTALL def used in releases prior to R3.12.2.2
OLDINSTALL = installbsd
AR = ar
RANLIB = ranlib
YACC = $(EYACC)
-2
View File
@@ -10,8 +10,6 @@ ACC = cc -Aa
HPACC = cc -Aa
HPCC = cc -Ac
TRADCC = cc
# OLDINSTALL def used only in releases prior to R3.12.2.2
OLDINSTALL = bsdinstall
AR = ar
RANLIB = ranlib
YACC = $(EYACC)
-2
View File
@@ -9,8 +9,6 @@
GCC = cc
ACC = cc
KRCC = cc -cckr
# OLDINSTALL def used only in pre R3.12.2.2 releases
OLDINSTALL = sgiinstall
AR = ar
ARFLAGS = r
RANLIB = ls
-4
View File
@@ -10,10 +10,6 @@ GCC = gcc
ACC = $(SPARCWORKS)/bin/cc
# SUNCC doesn't exist under Solaris
# OLDINSTALL def used only in releases prior to R3.12.2.2
# use ucb install until a base/tools/installEpics is created
OLDINSTALL = /usr/ucb/install
AR = ar
RANLIB =
YACC = $(EYACC)
-2
View File
@@ -9,8 +9,6 @@
GCC = gcc
ACC = /usr/lang/acc
SUNCC = cc
# OLDINSTALL def used only in releases prior to R3.12.2.2
OLDINSTALL = install
AR = ar
ARFLAGS = r
RANLIB = ranlib
-13
View File
@@ -3,19 +3,6 @@
#
# This file is maintained by the EPICS community.
# OLDINSTALL def used only for releases prior to R3.12.2.2
# Unix Compiler and other Utilities
ifeq ($(HOST_ARCH),hp700)
OLDINSTALL = bsdinstall
else
ifeq ($(HOST_ARCH),solaris)
# use ucb install on solaris until a base/tools/installEpics is created
OLDINSTALL = /usr/ucb/install
else
OLDINSTALL = install
endif
endif
AR = $(VX_GNU_BIN)/ar68k
RANLIB = $(VX_GNU_BIN)/ranlib68k
YACC = $(EYACC)