From a5bb160c8c1cb7da13865a5b7916fe1292fae4c0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 24 Mar 2016 00:29:31 +0100 Subject: VMS: $? might be huge enough to break line length limit, so don't print it Reviewed-by: Rich Salz --- Configurations/descrip.mms.tmpl | 1 - 1 file changed, 1 deletion(-) 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 "*************************************************" -- cgit v1.2.3