aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-24 00:29:31 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-24 00:36:03 +0100
commita5bb160c8c1cb7da13865a5b7916fe1292fae4c0 (patch)
tree2ba5db594c8a32fafe09586030393469edd39faa /Configurations
parentb6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d (diff)
downloadopenssl-a5bb160c8c1cb7da13865a5b7916fe1292fae4c0.zip
openssl-a5bb160c8c1cb7da13865a5b7916fe1292fae4c0.tar.gz
openssl-a5bb160c8c1cb7da13865a5b7916fe1292fae4c0.tar.bz2
VMS: $? might be huge enough to break line length limit, so don't print it
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/descrip.mms.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index b03cbb3..b136611 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 "*************************************************"