Re: perl-framework: make test recompiles everything all the time

2002-04-16 Thread Stas Bekman
Doug MacEachern wrote: On Tue, 16 Apr 2002, Stas Bekman wrote: one last question. Should the ssl certificates be recreated on t/TEST -clean (or 'make test')? yup. if you don't want them to be, there are several ways to keep t/conf/ssl/ca from being deleted/regenerated. careful though, since n

Re: perl-framework: make test recompiles everything all the time

2002-04-16 Thread Doug MacEachern
On Tue, 16 Apr 2002, Stas Bekman wrote: > one last question. Should the ssl certificates be recreated on t/TEST > -clean (or 'make test')? yup. if you don't want them to be, there are several ways to keep t/conf/ssl/ca from being deleted/regenerated. careful though, since new ssl tests come

Re: perl-framework: make test recompiles everything all the time

2002-04-16 Thread Cliff Woolley
On Tue, 16 Apr 2002, Stas Bekman wrote: > one last question. Should the ssl certificates be recreated on t/TEST > -clean (or 'make test')? As they're currently done, they need to be recreated at least *once* in a while, because they're set to expire. That happened on me once when I hadn't cleane

Re: perl-framework: make test recompiles everything all the time

2002-04-16 Thread Stas Bekman
Doug MacEachern wrote: yup, t/TEST -conf will 'make' the c-modules, you can also just do 'make cmodules' if you only want to compile the changed c-modules. one last question. Should the ssl certificates be recreated on t/TEST -clean (or 'make test')? -- ___

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
yup, t/TEST -conf will 'make' the c-modules, you can also just do 'make cmodules' if you only want to compile the changed c-modules.

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Sat, 13 Apr 2002, Stas Bekman wrote: but why 't/TEST -clean' removes the compiled modules? Shouldn't this be the job of 'make clean' and its variants? i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl-framew

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
On Sat, 13 Apr 2002, Stas Bekman wrote: > but why 't/TEST -clean' removes the compiled modules? Shouldn't this be > the job of 'make clean' and its variants? i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl-framework that point to di

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Fri, 12 Apr 2002, Stas Bekman wrote: Any idea why 'make test' in perl-framework is recompiling everything on each invocation without sources getting changed? Including rebuilding ssl certs. because 'make test' always does a t/TEST -clean after itself. but why 't/TEST -

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
On Fri, 12 Apr 2002, Stas Bekman wrote: > Any idea why 'make test' in perl-framework is recompiling everything on > each invocation without sources getting changed? Including rebuilding > ssl certs. because 'make test' always does a t/TEST -clean after itself.

perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Any idea why 'make test' in perl-framework is recompiling everything on each invocation without sources getting changed? Including rebuilding ssl certs. I don't recall this behavior from some time ago. This is from a fresh checkout, just to make sure that it's not me. Thanks! _