changeset 22463:913e812ef11d

mkoctfile.m: Suppress Octave side of backtrace if external compilation failed. * mkoctfile.m: Add "\n" to warning message when external compilation failed.
author Rik <rik@octave.org>
date Sat, 10 Sep 2016 07:51:22 -0700
parents 6cb7813e5b2f
children 1d2960b5efe6
files scripts/miscellaneous/mkoctfile.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/mkoctfile.m	Sat Sep 10 07:40:52 2016 -0700
+++ b/scripts/miscellaneous/mkoctfile.m	Sat Sep 10 07:51:22 2016 -0700
@@ -168,7 +168,7 @@
   endif
 
   if (sys != 0)
-    warning ("mkoctfile: building exited with failure status");
+    warning ("mkoctfile: building exited with failure status\n");
   endif
 
 endfunction