Fix some faults in util/mk1mf.pl
authorRichard Levitte <levitte@openssl.org>
Fri, 27 Mar 2015 00:41:00 +0000 (01:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2015 13:21:18 +0000 (15:21 +0200)
commit8bf5b8ab22ccab31ff74d352dd370d81267e09a7
tree9537817bca2cc8f6af38b477255db45d9a42b488
parente93c8748ab40d876285147e3112c7a520d68880e
Fix some faults in util/mk1mf.pl

When building on Unix, there are times when the 'EX_LIB' MINFO variable
contains valuable information.  Make sure to take care of it.

fixrules in util/pl/unix.pl was previously changed with a simpler fix of
rules, with a comment claiming that's compatible with -j.  Unfortunately,
this breaks multiline rules and doesn't change anything for single line
rules.  While at it, do not prefix pure echo lines with a 'cd $(TEST_D) &&',
as that's rather silly.

Reviewed-by: Andy Polyakov <appro@openssl.org>
util/mk1mf.pl
util/pl/unix.pl