From: David van Moolenbroek Date: Fri, 23 Apr 2010 12:04:48 +0000 (+0000) Subject: fix make(1) error output X-Git-Tag: v3.1.7~128 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ee3b5fb5eaeda0b46e37190b881d4bb5df0224a4;p=minix.git fix make(1) error output --- diff --git a/commands/make/compat.c b/commands/make/compat.c index 944ed366b..42c5fe2f6 100644 --- a/commands/make/compat.c +++ b/commands/make/compat.c @@ -411,7 +411,7 @@ again: } fprintf(debug_file, "\n"); } - fprintf(debug_file, "*** Error code %d", status); + printf("*** Error code %d", status); } } else { status = WTERMSIG(reason); /* signaled */