Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc

2000-08-26 Thread Brian Fundakowski Feldman
On Thu, 24 Aug 2000, Nickolay Dudorov wrote: > 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. Since it can't really break things to do so, I added it :) Thanks. > N.Dudorov -- Brian F

Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc

2000-08-24 Thread Nickolay Dudorov
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