From: Andy Polyakov Date: Mon, 16 May 2005 00:01:49 +0000 (+0000) Subject: Make Makefile.shared quiet again. X-Git-Tag: OpenSSL-fips-1_2_1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4cd925cc034a58bbe99f9e43b70f95bc909cc69;p=thirdparty%2Fopenssl.git Make Makefile.shared quiet again. --- diff --git a/Makefile.shared b/Makefile.shared index b201ef4d0cd..59e191f3c15 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -67,8 +67,8 @@ LIBDEPS= #------------------------------------------------------------------------------ # The rest is private to this makefile. -#SET_X=: -SET_X=set -x +SET_X=: +#SET_X=set -x top: echo "Trying to use this makefile interactively? Don't."