[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Jan 29 17:10:10 UTC 2015
The branch master has been updated
via 33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5 (commit)
from c6ef15c494e49ecc505156c8063474b20e29ef6a (commit)
- Log -----------------------------------------------------------------
commit 33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5
Author: Rich Salz <rsalz at openssl.org>
Date: Thu Jan 29 12:09:14 2015 -0500
Make output consistency: remove blank line
When you use "-s" in the make flag, you see that engines outputs
a blank line because EDIRS isn't set. This is a debug echo that
isn't needed.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
engines/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/engines/Makefile b/engines/Makefile
index ffd36f0..a2882e3 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -83,7 +83,6 @@ e_padlock-x86_64.s: asm/e_padlock-x86_64.pl
$(PERL) asm/e_padlock-x86_64.pl $(PERLASM_SCHEME) > $@
subdirs:
- echo $(EDIRS)
@target=all; $(RECURSIVE_MAKE)
files:
More information about the openssl-commits
mailing list