summaryrefslogtreecommitdiff
path: root/util/point.sh
diff options
context:
space:
mode:
authorrse <rse>1999-03-06 12:31:28 +0000
committerrse <rse>1999-03-06 12:31:28 +0000
commit80c3680d53112c85ea7713fe097b3cf72dc8fd21 (patch)
treed5e7bace629376c96a2339bbdd0320ee636d7125 /util/point.sh
parent81f3b1353fdcce329065f69f476b0231b7c0a0f1 (diff)
downloadopenssl-80c3680d53112c85ea7713fe097b3cf72dc8fd21.tar.gz
General source tree makefile cleanups: Made `making xxx in yyy...' display
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
Diffstat (limited to 'util/point.sh')
-rwxr-xr-xutil/point.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/point.sh b/util/point.sh
index 92c12e828..47543c88e 100755
--- a/util/point.sh
+++ b/util/point.sh
@@ -1,4 +1,6 @@
#!/bin/sh
-/bin/rm -f $2
+rm -f $2
ln -s $1 $2
+echo "$2 => $1"
+