General source tree makefile cleanups: Made `making xxx in yyy...' display
authorRalf S. Engelschall <rse@openssl.org>
Sat, 6 Mar 1999 12:32:06 +0000 (12:32 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Sat, 6 Mar 1999 12:32:06 +0000 (12:32 +0000)
commitbb8f3c58794868c65b9ac45f11c27d3a104e279e
tree9abcf3090fbaf08ba741ec31bb479207c58296bc
parent988788f697768524f1856d22abb8db340be646d5
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.
44 files changed:
CHANGES
Makefile.org
apps/Makefile.ssl
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/bf/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/buffer/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/conf/Makefile.ssl
crypto/des/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/pem/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rc2/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/sha/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
makefile.one
rsaref/Makefile.ssl
ssl/Makefile.ssl
test/Makefile.ssl
tools/Makefile.ssl
util/mklink.sh
util/point.sh