Re: [PATCH] RE: make distclean doesn't

2001-08-30 Thread Justin Erenkrantz
On Thu, Aug 30, 2001 at 01:23:58PM -0600, Charles Randall wrote: > The attached patch against 2.0.25 makes "make distclean" remove these files > with the exception of the stuff in the os/beos and os/os2 directories (there > wasn't a framework in place). > > I tested using, > > configure >

RE: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Charles Randall
From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] >FWIW, we should not remove the config.nice files or certain generated >files (exports.c seems to come to mind) under any circumstances. We >also don't remove build.mk because it is like a Makefile (which we >don't seem to remove). Hmm. Am I th

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 10:31, Charles Randall wrote: > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > > >FWIW, we should not remove the config.nice files or certain generated > >files (exports.c seems to come to mind) under any circumstances. We > >also don't remove build.mk because it is

RE: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Cliff Woolley
On Fri, 31 Aug 2001, Charles Randall wrote: > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > >FWIW, we should not remove the config.nice files or certain generated > >files (exports.c seems to come to mind) under any circumstances. We > >also don't remove build.mk because it is like a Make

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Justin Erenkrantz
On Fri, Aug 31, 2001 at 10:38:39AM -0700, Ryan Bloom wrote: > On Friday 31 August 2001 10:31, Charles Randall wrote: > > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > > > > >FWIW, we should not remove the config.nice files or certain generated > > >files (exports.c seems to come to mind) un

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 10:42, Cliff Woolley wrote: > On Fri, 31 Aug 2001, Charles Randall wrote: > > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > > > > >FWIW, we should not remove the config.nice files or certain generated > > >files (exports.c seems to come to mind) under any circumstan

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 10:47, Justin Erenkrantz wrote: > On Fri, Aug 31, 2001 at 10:38:39AM -0700, Ryan Bloom wrote: > > On Friday 31 August 2001 10:31, Charles Randall wrote: > > > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > > > > > > >FWIW, we should not remove the config.nice files o

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Greg Stein
On Fri, Aug 31, 2001 at 03:02:32PM -0700, Ryan Bloom wrote: >... > exports.c shouldn't be cleaned, correct, because it is a part of the > distribution, or at least it should be if it isn't already. config.nice is > not a part of the distribution however, and should be removed by > make distclean.

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread William A. Rowe, Jr.
From: "Greg Stein" <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 9:30 PM > On Fri, Aug 31, 2001 at 03:02:32PM -0700, Ryan Bloom wrote: > >... > > exports.c shouldn't be cleaned, correct, because it is a part of the > > distribution, or at least it should be if it isn't already. config.nice

Re: [PATCH] RE: make distclean doesn't

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 19:31, William A. Rowe, Jr. wrote: > From: "Greg Stein" <[EMAIL PROTECTED]> > Sent: Friday, August 31, 2001 9:30 PM > > > On Fri, Aug 31, 2001 at 03:02:32PM -0700, Ryan Bloom wrote: > > >... > > > exports.c shouldn't be cleaned, correct, because it is a part of the > > > d

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread Greg Stein
On Fri, Aug 31, 2001 at 09:16:15PM -0700, Ryan Bloom wrote: > On Friday 31 August 2001 19:31, William A. Rowe, Jr. wrote: > > From: "Greg Stein" <[EMAIL PROTECTED]> > > Sent: Friday, August 31, 2001 9:30 PM > > > > > On Fri, Aug 31, 2001 at 03:02:32PM -0700, Ryan Bloom wrote: > > > >... > > > > ex

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread Justin Erenkrantz
On Sun, Sep 02, 2001 at 01:22:00AM -0700, Greg Stein wrote: > I use distclean on my computer all the time. Along with extraclean. Neither > of those targets should toss config.nice. *That* is what I mean. > > To be clear: nothing in our build/config/whatever should remove config.nice +1. -- jus

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread William A. Rowe, Jr.
From: "Greg Stein" <[EMAIL PROTECTED]> Sent: Sunday, September 02, 2001 3:22 AM > I use distclean on my computer all the time. Along with extraclean. Neither > of those targets should toss config.nice. *That* is what I mean. > > To be clear: nothing in our build/config/whatever should remove co

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread Cliff Woolley
On Sun, 2 Sep 2001, William A. Rowe, Jr. wrote: > Which means it has nothing to do with cleaning the tree to a > distribution state (or state 'ready for distribution'.) See, I think that's the difference of interpretation here. *I* interpret distclean to mean not "ready for distribution" but "b

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread Jim Winstead
On Sun, Sep 02, 2001 at 01:25:07PM -0400, Cliff Woolley wrote: > On Sun, 2 Sep 2001, William A. Rowe, Jr. wrote: > > Which means it has nothing to do with cleaning the tree to a > > distribution state (or state 'ready for distribution'.) > > See, I think that's the difference of interpretation he

Re: [PATCH] RE: make distclean doesn't

2001-09-02 Thread Ryan Bloom
On Sunday 02 September 2001 10:28, Jim Winstead wrote: > On Sun, Sep 02, 2001 at 01:25:07PM -0400, Cliff Woolley wrote: > > On Sun, 2 Sep 2001, William A. Rowe, Jr. wrote: > > > Which means it has nothing to do with cleaning the tree to a > > > distribution state (or state 'ready for distribution'

Re: [PATCH] RE: make distclean doesn't

2001-09-03 Thread Greg Stein
On Sun, Sep 02, 2001 at 02:01:15PM -0700, Ryan Bloom wrote: > On Sunday 02 September 2001 10:28, Jim Winstead wrote: >... > > it may be worth following the gnu project's lead on these targets, > > since they use the same names. > > > > http://www.gnu.org/prep/standards_55.html#SEC55 > > > > (for

Re: [PATCH] RE: make distclean doesn't

2001-09-03 Thread Greg Stein
On Sun, Sep 02, 2001 at 12:15:33PM -0500, William A. Rowe, Jr. wrote: > From: "Greg Stein" <[EMAIL PROTECTED]> > Sent: Sunday, September 02, 2001 3:22 AM > > > I use distclean on my computer all the time. Along with extraclean. Neither > > of those targets should toss config.nice. *That* is what

Re: [PATCH] RE: make distclean doesn't

2001-09-04 Thread Ryan Bloom
On Sunday 02 September 2001 01:22, Greg Stein wrote: > On Fri, Aug 31, 2001 at 09:16:15PM -0700, Ryan Bloom wrote: > > On Friday 31 August 2001 19:31, William A. Rowe, Jr. wrote: > > > From: "Greg Stein" <[EMAIL PROTECTED]> > > > Sent: Friday, August 31, 2001 9:30 PM > > > > > > > On Fri, Aug 31,

Re: [PATCH] RE: make distclean doesn't

2001-09-04 Thread Greg Stein
On Tue, Sep 04, 2001 at 08:15:08AM -0700, Ryan Bloom wrote: > On Sunday 02 September 2001 01:22, Greg Stein wrote: >... > > I use distclean on my computer all the time. Along with extraclean. Neither > > of those targets should toss config.nice. *That* is what I mean. > > > > To be clear: nothing