From 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 15 Apr 2013 13:22:51 -0400 Subject: Change the arg option for -O from numeric to string. --- job.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job.c') diff --git a/job.c b/job.c index 360729b..84bc39b 100644 --- a/job.c +++ b/job.c @@ -1635,8 +1635,8 @@ start_job_command (struct child *child) /* If it still looks like we can synchronize, create a temp file to hold stdout (and one for stderr if separate). */ - if (output_sync >= OUTPUT_SYNC_COARSE - || (output_sync == OUTPUT_SYNC_FINE && !(flags & COMMANDS_RECURSE))) + if (output_sync == OUTPUT_SYNC_MAKE + || (output_sync == OUTPUT_SYNC_TARGET && !(flags & COMMANDS_RECURSE))) { if (!assign_child_tempfiles (child, combined_output)) output_sync = 0; -- cgit v1.2.3