This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-11-21 01:15:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fa729135d8
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
"
Reference in New Issue
Copy Permalink