From b06272fbf4df00caafe0ba9684cdf2a73616a1da Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 23 Jan 1998 17:31:33 +0000 Subject: [PATCH] Added CP definition. --- config/CONFIG.Vx.68k | 2 ++ config/CONFIG.Vx.sparc | 1 + 2 files changed, 3 insertions(+) diff --git a/config/CONFIG.Vx.68k b/config/CONFIG.Vx.68k index 739f72323..4657111f5 100644 --- a/config/CONFIG.Vx.68k +++ b/config/CONFIG.Vx.68k @@ -13,12 +13,14 @@ CPP = $(VX_GNU_BIN)/cpp68k -nostdinc GCC = $(CC) LD = $(VX_GNU_BIN)/ld68k -r EPICS_LDLIBS = +CP=cp MV=mv RM=rm -f MKDIR = mkdir RMDIR=rm -rf WHAT = what + # The definitions VX_DIR, VX_GNU, GNU_DIR and GNU_LIB # can be overridden for specific host architectures # by creating a CONFIG_SITE.Vx.68k. file diff --git a/config/CONFIG.Vx.sparc b/config/CONFIG.Vx.sparc index 0d42fbad0..338eb5bab 100755 --- a/config/CONFIG.Vx.sparc +++ b/config/CONFIG.Vx.sparc @@ -13,6 +13,7 @@ CPP = $(VX_GNU_BIN)/cppsparc -nostdinc GCC = $(CC) LD = $(VX_GNU_BIN)/ldsparc -r EPICS_LDLIBS = +CP=cp MV=mv RM=rm -f MKDIR = mkdir