<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Thanks for the confirmation.
<div>Cheers,</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>Pere</div>
<div>
<div>
<div>On Apr 4, 2011, at 4:44 PM, David Cole wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">You didn't miss anything. The code that does this looks like this in Source/cmFileCommand.cxx:<br>
<br>
std::string message = (copy? "Installing: " : "Up-to-date: ");<br>
message += toFile;<br>
this->Makefile->DisplayStatus(message.c_str(), -1);<br>
<br>
As you can see, it's unconditional, and is always printed as a status message. I checked the caller, too, and there is no way to turn it off at the present time.<br>
<br>
<br>
HTH,<br>
David<br>
<br>
<br>
<div class="gmail_quote">On Mon, Apr 4, 2011 at 10:16 AM, Pere Mato Vila <span dir="ltr">
<<a href="mailto:Pere.Mato@cern.ch">Pere.Mato@cern.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Perhaps I missed something trivial but I do not know how to make the installation step less verbose. I get many (thousands for a large project) of informational messages that nothing was needed to be done when making the 'install' target with Unix make. For
example:<br>
<br>
-- Up-to-date: /build/mato/ROOT/root_cmake/include/TBranch.h<br>
<br>
Is there a way to remove those and only print the ones that do something? Thanks.<br>
<br>
<br>
<br>
-------------------------------------------------------------<br>
Pere Mato CERN, PH Department, CH 1211 Geneva 23, Switzerland<br>
e-mail: <a href="mailto:pere.mato@cern.ch">pere.mato@cern.ch</a> tel: +41 22 76 78696<br>
fax: +41 22 76 68792 gsm: +41 76 48 70855<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">
http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote>
</div>
<br>
</blockquote>
</div>
<br>
<div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<br class="khtml-block-placeholder">
</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
-------------------------------------------------------------</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
Pere Mato CERN, PH Department, CH 1211 Geneva 23, Switzerland</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
e-mail: <a href="mailto:pere.mato@cern.ch">pere.mato@cern.ch</a> tel: +41 22 76 78696</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
fax: +41 22 76 68792 gsm: +41 76 48 70855</div>
</span><br class="Apple-interchange-newline">
</span></span></div>
<br>
</div>
</body>
</html>