From bb8f3c58794868c65b9ac45f11c27d3a104e279e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 6 Mar 1999 12:32:06 +0000 Subject: 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. --- crypto/comp/Makefile.ssl | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'crypto/comp') diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index 3b67f887f0..53ff7fa81f 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -49,11 +49,10 @@ files: perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - /bin/rm -f Makefile - $(TOP)/util/point.sh Makefile.ssl Makefile ; - $(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/mklink.sh ../../include $(EXHEADER) + @$(TOP)/util/mklink.sh ../../test $(TEST) + @$(TOP)/util/mklink.sh ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ @@ -78,7 +77,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # This is a dummy to create comp.err: remove if we add any real errors to this # stuff. @@ -93,13 +92,3 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. - -c_rle.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -c_rle.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h -c_rle.o: comp.h -c_zlib.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -c_zlib.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h -c_zlib.o: comp.h -comp_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -comp_lib.o: ../../include/crypto.h ../../include/objects.h -comp_lib.o: ../../include/stack.h comp.h -- cgit v1.2.3