提交 cde8ad1a 编写于 作者: N nnposter@users.sourceforge.net 提交者: Rich Salz

PR 719: Configure not exiting with child status

If subcommand fails, just die.
Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
上级 9aaa7be8
......@@ -2038,7 +2038,7 @@ EOF
$make_targets .= " links" if $symlink;
$make_targets .= " depend" if $depflags ne $default_depflags && $make_depend;
$make_targets .= " gentests" if $symlink;
(system $make_command.$make_targets) == 0 or exit $?
(system $make_command.$make_targets) == 0 or die "make $make_targets failed"
if $make_targets ne "";
if ( $fipscanisteronly )
{}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册