help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Makefile Verbosity


From: Matt.Vandewerken
Subject: RE: Makefile Verbosity
Date: Wed, 6 Apr 2011 14:08:26 +1000

Pipe it through a script? There's a couple of generic scripts to do this 
(including ones that colourise the output on an ANSI terminal); this 
http://kim.tensta.gannert.se/projects/pretty-am/ might be a starting point.

Cheers,
--
Matt van de Werken
Electronics Engineer
Mining Geoscience, CSIRO Earth Science and Resource Engineering
1 Technology Ct   Pullenvale   QLD   4069
P: 07 3327 4142  F: 07 3327 4455  M: 0400 538 608
E: address@hidden
"Those that do not understand UNIX are condemned to reinvent it, poorly"
  - Henry Spencer
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Ajay Jain
Sent: Wednesday, 6 April 2011 2:03 PM
To: address@hidden
Subject: Makefile Verbosity

Hi,

I would like to know the options to control the verbosity of a Makefile. For 
example: I am writing a build system which has hundreds of files. Sometimes, it 
becomes an issue to see a huge print log.
Sometimes I do not want output on shell. Can I do something?

1) I saw the make manual, but make ---debug=b does not suit my purpose.
2) The other option that I have is to take a variable from command line. For 
example : V=0/1 and then if V=0, I prepend a '@' in front of every rule. 
However, I have some rules in a central location, but others are all over the 
system. And this does not sound very neat.

Any ideas? OR What is the standard procedure?

Regards,
Ajay.

_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]