This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openssl
Watch
1
Star
0
Fork
0
You've already forked openssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
d8223efd04
openssl
/
util
/
point.sh
7 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Import of old SSLeay release: SSLeay 0.8.1b
1998-12-21 11:52:47 +01:00
#!/bin/sh
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.
1999-03-06 13:32:06 +01:00
rm -f
$2
Import of old SSLeay release: SSLeay 0.8.1b
1998-12-21 11:52:47 +01:00
ln -s
$1
$2
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.
1999-03-06 13:32:06 +01:00
echo
"
$2
=>
$1
"
Reference in New Issue
Copy Permalink