Re: --no-silent --no-quiet style option

2003-10-05 Thread J. Grant
Hello, > > As I mentioned before, I'm not interested in adding lots of new > > options. Instead I want to implement one comprehensive option where you > > can specify exactly what types of output you want generated and which > > you don't. > > I'm only suggesting o

Re: --no-silent --no-quiet style option

2003-10-02 Thread Marty Leisner
"J. Grant" <[EMAIL PROTECTED]> writes on Wed, 24 Sep 2003 22:01:33 BST > Hello, > > on the 24/09/03 05:38, Paul D. Smith wrote: > > %% "J. Grant" <[EMAIL PROTECTED]> writes: > > > > jg> I think expanding the output would be helpful. I would like to > > jg>

Re: --no-silent --no-quiet style option

2003-09-24 Thread J. Grant
Hello, on the 24/09/03 05:38, Paul D. Smith wrote: %% "J. Grant" <[EMAIL PROTECTED]> writes: jg> I think expanding the output would be helpful. I would like to jg> create a patch to add --no-silent, basically turns off the jg> features of .SILENT, @, --silent. As I mentioned before, I'm no

Re: --no-silent --no-quiet style option

2003-09-23 Thread Paul D. Smith
%% "J. Grant" <[EMAIL PROTECTED]> writes: jg> I think expanding the output would be helpful. I would like to jg> create a patch to add --no-silent, basically turns off the jg> features of .SILENT, @, --silent. As I mentioned before, I'm not interested in adding lots of new options. Instea

Re: --no-silent --no-quiet style option

2003-09-23 Thread J. Grant
Hi Paul, I think expanding the output would be helpful. I would like to create a patch to add --no-silent, basically turns off the features of .SILENT, @, --silent. Also I think the debugging options should turn off silent by default. Would these features be accepted for review/addition to G

RE: --no-silent --no-quiet style option

2003-09-23 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: j> Yes, I am aware it is on the man page, I'm not talking about the man page, I'm talking about the GNU make user's manual. You can't learn everything you need to know about GNU make by looking at the man page. For one thing, it's quite out of date. j> How do y

RE: --no-silent --no-quiet style option

2003-09-23 Thread jgrant
in a Makefile? I can take a look at writing this patch, if it will be accepted. Regards Jonathan > -Original Message- > From: Paul D. Smith [mailto:[EMAIL PROTECTED] > Sent: 23 September 2003 13:18 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: --no-

RE: --no-silent --no-quiet style option

2003-09-23 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: j> Seems a ".SILENT:" rule was the cause of the problem. could this be j> documented somewhere please? Could what be documented? The .SILENT rule is certainly documented, if that's what you mean... ? -- --

RE: --no-silent --no-quiet style option

2003-09-23 Thread jgrant
Sent: 04 September 2003 10:29 > To: '[EMAIL PROTECTED]' > Cc: Jonathan Grant > Subject: --no-silent --no-quiet style option > > > Hello, > > In my output I am not getting any commands for some reason, > could a --no-silent --no-quiet style option be add

--no-silent --no-quiet style option

2003-09-04 Thread jgrant
Hello, In my output I am not getting any commands for some reason, could a --no-silent --no-quiet style option be added to GNU make? This would allow a user to override whatever was causing the --quiet setting to be turned on. Regards J. Grant