VMS: $? might be huge enough to break line length limit, so don't print it
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 23:29:31 +0000 (00:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 23:36:03 +0000 (00:36 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl

index b03cbb3de69b535333f47ca4c467c8f3f670c7c0..b1366113ced78bd94a87ff49536e4d9b32ee7c75 100644 (file)
@@ -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 "*************************************************"