createSoftLinks.sh was ancient history.

This commit is contained in:
Andrew Johnson
2004-04-05 21:45:01 +00:00
parent 9a99e447a8
commit 5bbf333ad3
2 changed files with 0 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ INC += epicsVersion.h
INC += gsd_sync_defs.h
INC += module_types.h
INC += shareLib.h
#INC += createSoftLinks.sh
INC += task_params.h
INC += osiMutexNOOP.h
INC += unixFileName.h

View File

@@ -1,12 +0,0 @@
#! /bin/sh
# createSoftLinks.sh
# $Id$
# Tailored script to create local softlinks releative to this directory
# the name createSoftLinks.sh is a key and must not be changed. If the
# release tool sccsGet finds a file by the name of (createSoftLinks.sh),
# after it has retrieved any out-of-date SCCS files, it invokes the
# script to create the defined softlinks
/bin/rm -f epicsVersion.h
ln -s ../version/epicsVersion.h epicsVersion.h