Hi,
thanks to Anand, you have now the liberty to get a more friendly output during compilation. Just do: NICER=1 make all
normal "make all" still produces same amount of output - it;s the default since it's useful to see the compilation flags...at least for me...
also I got rid of the messages regarding the missing dependency files (.d) during first compilation....
so, have a nicer compiling ;)
regards, bogdan
Anand Kumria wrote:
Hi,
Attached is a diff that makes it nicer to compile openser. Should you want to see the exact compilation sequence Q="" make <...> will show it to you.
Thanks, Anand
Hi Bogdan,
On Tue, Nov 29, 2005 at 10:56:23PM +0200, Bogdan-Andrei Iancu wrote:
Hi,
thanks to Anand, you have now the liberty to get a more friendly output during compilation. Just do: NICER=1 make all
You also need to export either Q or NICER so that modules get compiled with that flag too. I've attached a patch to do so.
normal "make all" still produces same amount of output - it;s the default since it's useful to see the compilation flags...at least for me...
Fair enough -- I normally find that the compilation lines cause warnings and things to scroll past too fast.
That being said, I also do things like add in -Werror to stop compilation dead in its tracks when I am developing. In the attached patch, this looks for a CVS directory and if found adds it in.
Regards, Anand
Hi Anand,
Anand Kumria wrote:
Hi Bogdan,
On Tue, Nov 29, 2005 at 10:56:23PM +0200, Bogdan-Andrei Iancu wrote:
Hi,
thanks to Anand, you have now the liberty to get a more friendly output during compilation. Just do: NICER=1 make all
You also need to export either Q or NICER so that modules get compiled with that flag too. I've attached a patch to do so.
right - fixed
normal "make all" still produces same amount of output - it;s the default since it's useful to see the compilation flags...at least for me...
Fair enough -- I normally find that the compilation lines cause warnings and things to scroll past too fast.
That being said, I also do things like add in -Werror to stop compilation dead in its tracks when I am developing. In the attached patch, this looks for a CVS directory and if found adds it in.
sounds good - your patch is on cvs - thanks again.
regards, bogdan