This website requires JavaScript.
Explore
Help
Sign In
root
/
openssl
mirror of
https://github.com/openssl/openssl.git
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
b1fe6ca175
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 18:52:47 +08: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 20:32:06 +08:00
rm -f
$2
Import of old SSLeay release: SSLeay 0.8.1b
1998-12-21 18:52:47 +08: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 20:32:06 +08:00
echo
"
$2
=>
$1
"