Re: Silent compilation

2004-06-17 Thread Thomas Dickey
On Thu, 17 Jun 2004, Paul F. Kunz wrote: >Try compiling under emacs. Do "ESC-x", then type compile in a > buffer that has a file in the same directory as your Makefile. After > compilation, you can find the warnings and errors with "Ctrl-x `". > This not only shows you the warning, but opens

Re: Silent compilation

2004-06-17 Thread Thomas Dickey
On Fri, 18 Jun 2004, Steffen Boerm wrote: > > Hi, > > > > Simply using the ".SILENT: ..." pseudo-target goes a little too > > > far, I would prefer something similar to the behaviour of the > > > Linux kernel Makefiles, e.g., printing only the line > > > > > Compiling foo.c > > > > > when foo.c

Re: Silent compilation

2004-06-17 Thread Paul F. Kunz
> On Fri, 18 Jun 2004 01:02:54 +0200, Steffen Boerm <[EMAIL PROTECTED]> said: > Of course I would like to have an _option_ to view the full command > line when porting my library to a new operating environment, but > when I'm working on the C sources, it is much easier to find > compiler warn

Re: Silent compilation

2004-06-17 Thread Steffen Boerm
Hi, > > Simply using the ".SILENT: ..." pseudo-target goes a little too > > far, I would prefer something similar to the behaviour of the > > Linux kernel Makefiles, e.g., printing only the line > > > Compiling foo.c > > > when foo.c is compiled. > > > Is there a portable way of doing this?

Re: Silent compilation

2004-06-17 Thread Thomas Dickey
On Thu, 17 Jun 2004, Simon Richter wrote: > Hi, > > > Simply using the ".SILENT: ..." pseudo-target goes a little too > > far, I would prefer something similar to the behaviour of the > > Linux kernel Makefiles, e.g., printing only the line > > > Compiling foo.c > > > when foo.c is compiled. > >

Re: Silent compilation

2004-06-17 Thread Simon Richter
Hi, > Simply using the ".SILENT: ..." pseudo-target goes a little too > far, I would prefer something similar to the behaviour of the > Linux kernel Makefiles, e.g., printing only the line > Compiling foo.c > when foo.c is compiled. > Is there a portable way of doing this? Modifying the rule

RE: Protected message

2004-06-17 Thread Consultas
** ** WARNING: Panda Antivirus GateDefender has detected a virus in file attached to this e-mail message! The attachment has been automatically removed to protect your network. Panda A

Re: .texi.html: Add a touch?

2004-06-17 Thread Akim Demaille
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: > makeinfo does not update timestamps of directories: Is there a problem with this patch?

Silent compilation

2004-06-17 Thread Steffen Boerm
Hi. Is it possible to reduce the amount of information printed by the Makefiles when compiling or linking? Simply using the ".SILENT: ..." pseudo-target goes a little too far, I would prefer something similar to the behaviour of the Linux kernel Makefiles, e.g., printing only the line Compili