Commit a5bb160c authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS: $? might be huge enough to break line length limit, so don't print it



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent b6fe86cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 "*************************************************"