Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Managed makefile config(Can the makefile output be altered?)
Managed makefile config [message #1495033] Mon, 01 December 2014 23:51 Go to next message
Dan Brown is currently offline Dan BrownFriend
Messages: 2
Registered: December 2014
Junior Member
Hi,

Just wondering if there is a setting to alter how the generated makefiles look when using the external builder? Specifically I want to remove some of the echos.

I can use "-s" to tell make to suppress the line that gcc runs but I can't find any way to remove the extra lines that bulk up the build output (IMO) unnecessarily.

so rather than -

Building file: file1.cpp
Invoking: GCC C++ Compiler
Finished building: file1.cpp
 
Building file: file2.cpp
Invoking: GCC C++ Compiler
Finished building: file2.cpp


I would see -

Building file: file1.cpp
Building file: file2.cpp


Along with any errors/warnings of course.
Re: Managed makefile config [message #1495513 is a reply to message #1495033] Tue, 02 December 2014 09:17 Go to previous message
Dan Brown is currently offline Dan BrownFriend
Messages: 2
Registered: December 2014
Junior Member
Nevermind, I looked at the CDT source last night and it is hardcoded in the makefile generator. So I built a new version with those lines commented out. Looks nice and tidy now.
Previous Topic:how to register a project template with CDT
Next Topic:problem with eclipse c++
Goto Forum:
  


Current Time: Thu Apr 25 23:29:49 GMT 2024

Powered by FUDForum. Page generated in 0.02637 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top