Logo
Explore Help
Sign In
QuasarApp/openssl
4
0
Fork 0
You've already forked openssl
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-09 07:59:44 +00:00
Code Issues Projects Releases Wiki Activity
openssl/util/point.sh

11 lines
152 B
Bash
Raw Normal View History

Import of old SSLeay release: SSLeay 0.8.1b
1998-12-21 10:52:47 +00:00
#!/bin/sh
Handle des_modes.pod properly. PR: 634
2003-06-11 19:44:37 +00:00
rm -f "$2"
PR: 1899 Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Mingw fixes.
2009-04-06 14:25:02 +00:00
if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
Handle des_modes.pod properly. PR: 634
2003-06-11 19:44:37 +00:00
cp "$1" "$2"
Add support for DJGPP. PR: 75
2002-06-13 20:42:35 +00:00
else
Handle des_modes.pod properly. PR: 634
2003-06-11 19:44:37 +00:00
ln -s "$1" "$2"
Add support for DJGPP. PR: 75
2002-06-13 20:42:35 +00:00
fi
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 New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 342ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API