Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 15:21:28 +0700 (NOVST)
From:      Nickolay Dudorov <nnd@mail.nsk.ru>
To:        Brian Feldman <green@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc
Message-ID:  <200008240821.e7O8LSd37977@wint.itfs.nsk.su>
In-Reply-To: <200008231141.EAA87303@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200008231141.EAA87303@freefall.freebsd.org> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008240821.e7O8LSd37977>