In article <[EMAIL PROTECTED]> you wrote:
> green       2000/08/23 04:41:01 PDT
> 
>   Modified files:
>     secure/lib/libcrypto Makefile Makefile.inc 
>   Log:
>   Generate a new evp.h at build-time instead of install-time to properly
>   support NFS(ro) installworlds.
>   
>   Revision  Changes    Path
>   1.22      +3 -5      src/secure/lib/libcrypto/Makefile
>   1.16      +6 -3      src/secure/lib/libcrypto/Makefile.inc

        I usually run 'make -j32 buildworld' on my current
system. After this commit I can not do this. The next patch
permits to use '-j32' again.

        N.Dudorov

 
Index: src/secure/lib/libcrypto/Makefile
===================================================================
RCS file: /store/CVS/src/secure/lib/libcrypto/Makefile,v
retrieving revision 1.22
diff -b -u -r1.22 Makefile
--- src/secure/lib/libcrypto/Makefile   2000/08/23 11:41:00     1.22
+++ src/secure/lib/libcrypto/Makefile   2000/08/24 07:59:34
@@ -268,6 +268,7 @@
        des_crypt.3 des_enc_read.3 des_crypt.3 des_enc_write.3 \
        des_crypt.3 des_set_odd_parity.3 des_crypt.3 des_is_weak_key.3
 
+.ORDER:  openssl/opensslconf.h openssl/evp.h
 beforeinstall:  openssl/opensslconf.h openssl/evp.h
        ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${CRYPTO_HDRS} openssl/opensslconf.h \


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to