cvs commit: apache-2.0/src/lib/apr Makefile.in

2000-01-11 Thread sascha
sascha 00/01/11 05:00:29 Modified:src/lib/apr Makefile.in Log: Add install and $(LIBAPR) target Revision ChangesPath 1.17 +10 -4 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in === RC

cvs commit: apache-2.0/src/lib/apr Makefile.in

2000-01-09 Thread jim
jim 00/01/08 19:52:38 Modified:src/lib/apr Makefile.in Log: R isn't portable. r pretty much is Revision ChangesPath 1.16 +2 -2 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in ===

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-23 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 06:27:18PM +, Ben Laurie wrote: > > Sascha Schumann wrote: > > > > > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > > > Ryan Bloom wrote: > > > > > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > > > > > [EMAI

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
On Wed, Dec 22, 1999 at 06:27:18PM +, Ben Laurie wrote: > Sascha Schumann wrote: > > > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > > Ryan Bloom wrote: > > > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > > >

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > > > Modified:src/lib/apr Ma

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > > > Modified:src/lib/apr Ma

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > Ryan Bloom wrote: > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > Modified:src/lib/apr Makefile.in > > > > Log: > > > > We now li

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Ryan Bloom wrote: > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > [EMAIL PROTECTED] wrote: > > > > > > ben 99/12/22 03:46:36 > > > > > > Modified:src/lib/apr Makefile.in > > > Log: > > > We now link on FreeBSD 2.2.x. > > > > But somewhere recently we've started to require GNU m

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ryan Bloom
On Wed, 22 Dec 1999, Ben Laurie wrote: > [EMAIL PROTECTED] wrote: > > > > ben 99/12/22 03:46:36 > > > > Modified:src/lib/apr Makefile.in > > Log: > > We now link on FreeBSD 2.2.x. > > But somewhere recently we've started to require GNU make. When did that happen? Is it APR o

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > ben 99/12/22 03:46:36 > > Modified:src/lib/apr Makefile.in > Log: > We now link on FreeBSD 2.2.x. But somewhere recently we've started to require GNU make. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http:/

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread ben
ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now link on FreeBSD 2.2.x. Revision ChangesPath 1.15 +1 -0 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in === RCS f

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-21 Thread rbb
rbb 99/12/21 14:05:05 Modified:src/lib/apr Makefile.in Log: Cleanup the Makefile for APR a bit. Get rid of some of the echos, and just display the commands as they are executed. Revision ChangesPath 1.14 +2 -6 apache-2.0/src/lib/apr/Makefile.in Index

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-21 Thread rbb
rbb 99/12/21 08:04:52 Modified:src/lib/apr Makefile.in Log: Insert some output messages when creating the library. Revision ChangesPath 1.13 +4 -0 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in ==

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-10-08 Thread dreid
dreid 99/10/08 09:10:39 Modified:src/lib/apr Makefile.in Log: This allows the build process for APR to make use of the extra flexability in the configure process. The MODULES and SUBDIRS are now generated by configure. Revision ChangesPath 1.10 +2 -3 apac

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-09-27 Thread rse
rse 99/09/26 23:39:38 Modified:src/lib/apr Makefile.in Log: Fix "make distclean" in APR: the Makefiles were not removed, because it's not correct to use subdir_clean for the distclean target. Revision ChangesPath 1.9 +11 -1 apache-2.0/src/lib/apr/Makefile.

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-09-03 Thread rse
rse 99/09/03 11:40:40 Modified:src/lib/apr Makefile.in Log: The distclean target has to remove some config.* files. Revision ChangesPath 1.6 +1 -0 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in =