summaryrefslogtreecommitdiff
path: root/make/ln-if-absent
diff options
context:
space:
mode:
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)