Re: cvs commit: apr-util Makefile.in

2004-03-09 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: dreid 2004/03/09 09:57:35 Modified:.Makefile.in Log: This seems to have been lost in the changeover. If there is another way of accomplishing this then I failed to find one and the code in configure seems to point at this being a simple oversight

Re: cvs commit: apr-util Makefile.in

2000-12-05 Thread rbb
> Modified:.Makefile.in > Log: > aprutil in the "distribution" form does not want to remove configure or > aprutils.exports (these two files are part of the distribution and users > cannot typically regenerate them). But the developers' "extraclean" target > will do i

Re: cvs commit: apr-util Makefile.in

2000-12-05 Thread Sascha Schumann
On Tue, 5 Dec 2000 [EMAIL PROTECTED] wrote: > > > Modified:.Makefile.in > > Log: > > aprutil in the "distribution" form does not want to remove configure or > > aprutils.exports (these two files are part of the distribution and users > > cannot typically regenerate them).

Re: cvs commit: apr-util Makefile.in

2000-12-05 Thread Roy T. Fielding
> WHAT!?!?!?! Distclean is meant to bring us back to what we had when we > did a "cvs checkout". If you just want to clean your directory use make > clean, not make distclean. This is the exact same syntax and rules that > Apache and APR have always used. AFAIK, this is basically a standard and

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread Greg Stein
We have three levels of cleaning that need to be expressed: 1) clean out the .o files [before rebuilding] 2) clean out the results of running ./configure (restore everything to the same point that you unpacked apache.org/dist/aprutil-1.0.tar.gz) 3) return to the point right after a CVS checkout

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread Greg Stein
On Wed, Dec 06, 2000 at 12:22:02AM +0100, Sascha Schumann wrote: > On Tue, 5 Dec 2000 [EMAIL PROTECTED] wrote: > > > > > Modified:.Makefile.in > > > Log: > > > aprutil in the "distribution" form does not want to remove configure or > > > aprutils.exports (these two files are p

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread rbb
> We have three levels of cleaning that need to be expressed: > > 1) clean out the .o files [before rebuilding] > 2) clean out the results of running ./configure (restore everything to the >same point that you unpacked apache.org/dist/aprutil-1.0.tar.gz) > 3) return to the point right after a

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread rbb
> No, distclean means "clean the directories in preparation of a release." > For example, the one for rsync does > >distclean: clean > rm -f config.h config.cache config.status Makefile > > I have seen "reallyclean" used as a target to remove all generated > files, but it isn't a sta

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread Greg Stein
On Tue, Dec 05, 2000 at 04:38:27PM -0800, [EMAIL PROTECTED] wrote: > > > We have three levels of cleaning that need to be expressed: > > > > 1) clean out the .o files [before rebuilding] > > 2) clean out the results of running ./configure (restore everything to the > >same point that you unpa

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread rbb
> > > 1) clean out the .o files [before rebuilding] > > > 2) clean out the results of running ./configure (restore everything to the > > >same point that you unpacked apache.org/dist/aprutil-1.0.tar.gz) > > > 3) return to the point right after a CVS checkout > > > > Step 2 does not exist in A

Re: cvs commit: apr-util Makefile.in

2000-12-06 Thread Roy T. Fielding
> > We have three levels of cleaning that need to be expressed: > > > > 1) clean out the .o files [before rebuilding] > > 2) clean out the results of running ./configure (restore everything to the > >same point that you unpacked apache.org/dist/aprutil-1.0.tar.gz) > > 3) return to the point ri

Re: cvs commit: apr-util Makefile.in

2000-12-12 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > gstein 00/12/12 03:05:33 > > Modified:.Makefile.in > Log: > auto-rebuild the exports file when a header changes > > Revision ChangesPath > 1.6 +14 -3 apr-util/Makefile.in > > Index: Makefile.in > =

Re: cvs commit: apr-util Makefile.in

2000-12-12 Thread Greg Stein
Cool. Thx! -g On Tue, Dec 12, 2000 at 03:12:41PM -, [EMAIL PROTECTED] wrote: > trawick 00/12/12 07:12:40 > > Modified:.Makefile.in > Log: > Get rid of "-maxdepth 0" on the find invocation. This breaks on Tru64 > and FreeBSD, and I can't tell that it helps anyway. >

Re: cvs commit: apr-util Makefile.in

2001-02-17 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > Index: Makefile.in > === > RCS file: /home/cvs/apr/Makefile.in,v > retrieving revision 1.40 > retrieving revision 1.41 > diff -u -r1.40 -r1.41 > --- Makefile.in 2001/02/16 10:17:10 1.4

Re: cvs commit: apr-util Makefile.in

2001-02-17 Thread Greg Stein
I've reversed those changes. On Sat, Feb 17, 2001 at 03:35:18PM -0500, Jeff Trawick wrote: > [EMAIL PROTECTED] writes: > > > Index: Makefile.in > > === > > RCS file: /home/cvs/apr/Makefile.in,v > > retrieving revision 1.40 >

Re: cvs commit: apr-util Makefile.in

2001-02-17 Thread Greg Stein
On Sat, Feb 17, 2001 at 04:10:55PM -, [EMAIL PROTECTED] wrote: >... > --- Makefile.in 2001/02/01 21:54:22 1.32 > +++ Makefile.in 2001/02/17 16:10:54 1.33 > @@ -55,3 +55,6 @@ > >exports.c: $(EXPORT_FILES) > (cat $(EXPORT_FILES) | ../build/buildexports.sh ..) >

Re: cvs commit: apr-util Makefile.in

2001-02-18 Thread Ben Laurie
Greg Stein wrote: > > On Sat, Feb 17, 2001 at 04:10:55PM -, [EMAIL PROTECTED] wrote: > >... > > --- Makefile.in 2001/02/01 21:54:22 1.32 > > +++ Makefile.in 2001/02/17 16:10:54 1.33 > > @@ -55,3 +55,6 @@ > > > >exports.c: $(EXPORT_FILES) > > (cat $(EXPORT_FILES)

Re: cvs commit: apr-util Makefile.in

2001-02-18 Thread Ben Laurie
Greg Stein wrote: > > On Sat, Feb 17, 2001 at 04:10:55PM -, [EMAIL PROTECTED] wrote: > >... > > --- Makefile.in 2001/02/01 21:54:22 1.32 > > +++ Makefile.in 2001/02/17 16:10:54 1.33 > > @@ -55,3 +55,6 @@ > > > >exports.c: $(EXPORT_FILES) > > (cat $(EXPORT_FILES)

Re: cvs commit: apr-util Makefile.in STATUS aprutil.dsp configure.in libaprutil.dsp

2001-01-18 Thread Greg Stein
On Thu, Jan 18, 2001 at 04:34:44AM -, [EMAIL PROTECTED] wrote: > wrowe 01/01/17 20:34:44 > > Modified:.STATUS >.Makefile.in STATUS aprutil.dsp configure.in > libaprutil.dsp > Log: > Upon a vote of 5 to 3 for eliminating