From: Richard Levitte Date: Wed, 23 Mar 2016 23:29:31 +0000 (+0100) Subject: VMS: $? might be huge enough to break line length limit, so don't print it X-Git-Tag: OpenSSL_1_1_0-pre5~231 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a5bb160c8c1cb7da13865a5b7916fe1292fae4c0 VMS: $? might be huge enough to break line length limit, so don't print it Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index b03cbb3de6..b1366113ce 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -416,7 +416,6 @@ debug_logicals : # Building targets ################################################### configdata.pm : {- join(" ", sourcefile("Configurations", "descrip.mms.tmpl"), sourcefile("Configurations", "common.tmpl")) -} $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{build_infos}}) -} - @ WRITE SYS$OUTPUT "Detected changed: $?" @ WRITE SYS$OUTPUT "Reconfiguring..." perl $(SRCDIR)Configure reconf @ WRITE SYS$OUTPUT "*************************************************"