Remove overzealous echoing
This construct in a Makefile is a bit overzealous:
@echo FOO
@FOO
Cleaned up.
Reviewed-by: Rich Salz <rsalz@openssl.org>
parent
924ec89a
Please register or sign in to comment
This construct in a Makefile is a bit overzealous:
@echo FOO
@FOO
Cleaned up.
Reviewed-by: Rich Salz <rsalz@openssl.org>