discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Makefiles verbosity patch


From: Marcus Müller
Subject: Re: Makefiles verbosity patch
Date: Fri, 14 Jun 2002 15:35:24 +0200

On Friday, June 14, 2002, at 02:41 PM, Markus Hitter wrote:


Am Freitag den, 14. Juni 2002, um 14:26, schrieb Marcus Müller:

How about:

gmake > /tmp/Makefile.log 2>&1 &

This won't help. Are you thinking of:

        make messages=yes >/tmp/Makefile.log 2>&1

Indeed, my bad.


?  Then, the whole attempt of reducing messages would be obsolete.

Oh, now I do understand what you are asking for. You'd like to have both at the same time, reduced screen messages but full messages into a logfile.

This behavior can be accomplished by tee'ing the output and have all that's supposed to show up in your console being piped to ccdv. The logfile part would'nt be processed. Of course you'd have to use the messages=yes option then (again).

Cheers,

  Marcus


--
Marcus Mueller  .  .  .  crack-admin/coder ;-)
Mulle kybernetiK  .  http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com




reply via email to

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