aboutsummaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-06 12:32:06 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-06 12:32:06 +0000
commitbb8f3c58794868c65b9ac45f11c27d3a104e279e (patch)
tree9abcf3090fbaf08ba741ec31bb479207c58296bc /crypto/bf
parent988788f697768524f1856d22abb8db340be646d5 (diff)
downloadopenssl-bb8f3c58794868c65b9ac45f11c27d3a104e279e.zip
openssl-bb8f3c58794868c65b9ac45f11c27d3a104e279e.tar.gz
openssl-bb8f3c58794868c65b9ac45f11c27d3a104e279e.tar.bz2
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.
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile.ssl19
1 files changed, 6 insertions, 13 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index 5c619e4..b9018a5 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -70,12 +70,11 @@ files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- /bin/rm -f Makefile
- $(TOP)/util/point.sh Makefile.ssl Makefile ;
- $(TOP)/util/point.sh ../../doc/blowfish.doc blowfish.doc ;
- $(TOP)/util/mklink.sh ../../include $(EXHEADER)
- $(TOP)/util/mklink.sh ../../test $(TEST)
- $(TOP)/util/mklink.sh ../../apps $(APPS)
+ @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @$(TOP)/util/point.sh ../../doc/blowfish.doc blowfish.doc
+ @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+ @$(TOP)/util/mklink.sh ../../test $(TEST)
+ @$(TOP)/util/mklink.sh ../../apps $(APPS)
install:
@for i in $(EXHEADER) ; \
@@ -100,14 +99,8 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-
-bf_cfb64.o: bf_locl.h blowfish.h
-bf_ecb.o: bf_locl.h blowfish.h
-bf_enc.o: bf_locl.h blowfish.h
-bf_ofb64.o: bf_locl.h blowfish.h
-bf_skey.o: bf_locl.h bf_pi.h blowfish.h