From b0c31ab89c2823d6b3970597f638647c1fc6b3de Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 5 Sep 2008 22:16:15 +0000 Subject: [PATCH] Target deleted. --- startup/interix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 startup/interix diff --git a/startup/interix b/startup/interix deleted file mode 100644 index 1612c9e2d..000000000 --- a/startup/interix +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/csh -#************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne -# National Laboratory. -# Copyright (c) 2002 The Regents of the University of California, as -# Operator of Los Alamos National Laboratory. -# This file is distributed subject to a Software License Agreement found -# in the file LICENSE that is included with this distribution. -#************************************************************************* - -setenv EPICS_HOST_ARCH interix-x86 -echo "EPICS_HOST_ARCH=${EPICS_HOST_ARCH}" -setenv EPICSBASE /dev/fs/D/remotecvs/epics/base_R3_14_2_branch -setenv PATH ${PATH}:${EPICSBASE}/bin/${EPICS_HOST_ARCH} -alias make /dev/fs/C/mingw-make/bin/mingw32-make.exe -set prompt='${cwd} :' -alias cd 'cd \!*;uname -n; set prompt = "${cwd} :"' -cd ${EPICSBASE}