On Tue, 6 Mar 2001, Makoto MATSUSHITA wrote:
> I've found that current libcrypto/Makefile is not parallel make(1)
> unfriendly, since it creates a temporary file to as(1). Followings are
> sample session log with "make buildworld -j2":
> ...
> If there is no mean to create *.pl.s, how about using
On Tue, Mar 06, 2001 at 05:07:40PM +0900, Makoto MATSUSHITA wrote:
> If there is no mean to create *.pl.s, how about using a pipe to pass
> an assembler code to as(1) ?
Sounds reasonable: I'll take a look.
Kris
PGP signature
I've found that current libcrypto/Makefile is not parallel make(1)
unfriendly, since it creates a temporary file to as(1). Followings are
sample session log with "make buildworld -j2":
perl
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/des/asm:/usr/src/secure/lib/libcrypto/../.