$OpenBSD: patch-Source_cmNinjaNormalTargetGenerator_cxx,v 1.3 2015/01/23 18:01:09 dcoppa Exp $

Use Ninja-1.5's console pool to have visible output during long-running
tasks which produce status updates on the console (such as test suites)

--- Source/cmNinjaNormalTargetGenerator.cxx.orig	Wed Jan 21 08:10:26 2015
+++ Source/cmNinjaNormalTargetGenerator.cxx	Fri Jan 23 11:10:11 2015
@@ -270,6 +270,7 @@ cmNinjaNormalTargetGenerator
                                         linkCmd,
                                         description.str(),
                                         comment.str(),
+                                        /*pool*/ "",
                                         /*depfile*/ "",
                                         /*deptype*/ "",
                                         rspfile,
@@ -292,6 +293,7 @@ cmNinjaNormalTargetGenerator
                                           "Creating executable symlink $out",
                                           "Rule for creating "
                                           "executable symlink.",
+                                          /*pool*/ "",
                                           /*depfile*/ "",
                                           /*deptype*/ "",
                                           /*rspfile*/ "",
@@ -306,6 +308,7 @@ cmNinjaNormalTargetGenerator
                                           "Creating library symlink $out",
                                           "Rule for creating "
                                           "library symlink.",
+                                          /*pool*/ "",
                                           /*depfile*/ "",
                                           /*deptype*/ "",
                                           /*rspfile*/ "",
