summaryrefslogtreecommitdiff
path: root/make/ln-if-absent
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-23 20:49:08 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-23 20:49:08 +0000
commitee1ab2cbbf85d439732174f321efc1114f19f749 (patch)
tree4c803451e8507be875a478b39bdd31702f0ea281 /make/ln-if-absent
parentc36b9906c3ef791147b3643f9e485cc02568819f (diff)
Load ncbi (6.1.20020828) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'make/ln-if-absent')
-rwxr-xr-xmake/ln-if-absent6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/ln-if-absent b/make/ln-if-absent
index 9ce22160..953119d3 100755
--- a/make/ln-if-absent
+++ b/make/ln-if-absent
@@ -1,8 +1,10 @@
#!/bin/csh -f
+# NOTE: use "/bin/tcsh" above if "/bin/csh" is absent (e.g. on QNX OS)
+# use a "ln-if-absent.beos" on the BeOS platform (rename it to ln-if-absent)
#
-# make a symbolic link if the target is absent
+# Make a symbolic link if the target is absent
#
-# $Id: ln-if-absent,v 1.4 2000/06/06 23:07:33 beloslyu Exp $
+# $Id: ln-if-absent,v 1.6 2002/06/17 14:27:20 ivanov Exp $
#
set path=(/usr/bin /bin)