This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
941181ec0f
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 10:52:47 +00: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 12:32:06 +00:00
rm -f
$2
Import of old SSLeay release: SSLeay 0.8.1b
1998-12-21 10:52:47 +00: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 12:32:06 +00:00
echo
"
$2
=>
$1
"
Reference in a new issue
Copy permalink