Moved config dir to base/config.

This commit is contained in:
Janet B. Anderson
1996-06-28 15:20:11 +00:00
parent 22ae937b08
commit e1ecb4f2e0
76 changed files with 174 additions and 532 deletions

View File

@@ -1,21 +1,7 @@
#
# $Id$
#
# Lowest Level Directroy Makefile
# by Janet Anderson
#
# $Log$
# Revision 1.1 1996/02/20 20:58:38 jba
# Moved tools to src/tools dir. base/tools dir removed.
#
# Revision 1.1 1994/09/07 19:25:39 jba
# New file
#
#
TOP=../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
include $(TOP)/src/config/RULES_ARCHS
include $(TOP)/config/RULES_ARCHS

View File

@@ -1,10 +1,10 @@
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
PROD = installEpics
SCRIPTS = InstallVersion getrel
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix
$(INSTALL_BIN)/installEpics: installEpics
@echo "Installing $@"

View File

@@ -6,7 +6,7 @@
#
USAGE="Usage:
getrel <EpicsNode>
getrel <EpicsNodeFullPathName>
ex: getrel /usr/local/epics/base_R3.13
--------- OR -----------
@@ -36,15 +36,26 @@ if [ ! -d ${BASE}/bin -o \
exit 1
fi
FIRSTCHAR=`expr "${BASE}" : '\(.\).*'`
if [ ${FIRSTCHAR} != "/" ]; then
cat <<-!usage
$USAGE
${BASE} does not appear to be a full path name.
!usage
exit 1
fi
/bin/rm -f \
epics \
base \
config \
target* \
vxWorks* \
vw
echo EPICS_BASE=${BASE} >> EPICS_BASE
ln -s ${BASE} base