https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=688
Summary: Defaults to verbose makefiles
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Build System
AssignedTo: orocos-dev [..] ...
ReportedBy: kiwi [dot] net [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0
RTT trunk forces cmake to run make in verbose mode.
Leave the user to decide whether to do this on the command line (e.g.
"VERBOSE=1 make"), or through the orocos-rtt.cmake file. Don't force it upon
the user.
Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 30400) +++ CMakeLists.txt (working copy) @@ -46,7 +46,7 @@ ENDIF ( NOT CMAKE_BUILD_TYPE STREQUAL "None") # Make compilation verbose -SET(CMAKE_VERBOSE_MAKEFILE TRUE) +#SET(CMAKE_VERBOSE_MAKEFILE TRUE) ################################################### #
[Bug 688] Defaults to verbose makefiles
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=688
Peter Soetens <peter [..] ...> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #2 from Peter Soetens <peter [..] ...> 2009-08-12 23:24:32 ---
Fixed on svn trunk.
[Bug 688] Defaults to verbose makefiles
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=688
Peter Soetens <peter [..] ...> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.10.0
CC| |peter [..] ...
Status|NEW |ASSIGNED
--- Comment #1 from Peter Soetens <peter [..] ...> 2009-08-10 14:31:59 ---
(In reply to comment #0)
> RTT trunk forces cmake to run make in verbose mode.
>
> Leave the user to decide whether to do this on the command line (e.g.
> "VERBOSE=1 make"), or through the orocos-rtt.cmake file. Don't force it upon
> the user.
>
>
Sorry, this slipped in since it is the default on the rtt 2.0 branch. I'll fix
this asap.
Peter