The "make depend" that Configure does when ciphers are disabled is a pain.
Every time the Makefile.ssl's are changed and I do an update, cvs fails
merging the changes and leaves "<<<" and ">>>" in all the modified
Makefile.ssl's.  I have to find all the ones it did that to and manually
edit out the garbage just to build again.

How about deleting the "make depend" from Configure.  Anyone who wants to
distribute source without the parts that offend them can do the "make depend"
manually.

Index: Configure
===================================================================
RCS file: /e/openssl/cvs//openssl/Configure,v
retrieving revision 1.80
diff -u -r1.80 Configure
--- Configure   1999/05/13 13:16:29     1.80
+++ Configure   1999/05/13 23:15:16
@@ -642,7 +642,6 @@
        system "perl crypto/objects/obj_dat.pl <crypto/objects/objects.h 
>crypto/objects/obj_dat.h";
 } else {
        (system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
-       (system 'make depend') == 0 or exit $? if $depflags ne "";
        &dofile("tools/c_rehash",$openssldir,'^DIR=',   'DIR=%s',);
 }
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to