[CMake] Can "Make help" be set less verbose?

Juan Sanchez Juan.Sanchez at amd.com
Tue Oct 2 11:38:38 EDT 2007


Hi Robert,

I had no idea those targets existed.  I would find them useful,
especially if the .o files went to a deterministic location.

How about doing this?
make help | grep -v '\.[sio]$'

So that you only see your desired targets.

Juan

Bill Hoffman wrote:
> Atwood, Robert C wrote:
>> Hi,
>> I have a project with lots of c files that I am trying to place under
>> Cmake. And, I must say , it is working really well ! But ... Since there
>> are lots of c files, the list of possible targets returned by
>> 'make help', after running cmake, is rather useless (unless run though
>> 'head -8' or 'more')
>> Is there an option somewhere to suppress inclusion of all the single
>> file targets (.o, .i, .s ) in the 'make help' output? Nobody really
>> wants to know about those ... do they ;-? 
>>   
> Maybe we need a make helpless....  :-)
> 
> You could add a feature request to the bug tracker.  
> 
> -Bill
> 
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
> 
> 


-- 
Juan Sanchez
Juan.Sanchez at amd.com
800-538-8450 Ext. 54395
512-602-4395




More information about the CMake mailing list