On 11 Apr 2002 [EMAIL PROTECTED] wrote:
> stas02/04/11 08:02:26
>
> Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm
> Log:
> - improved the generated smoke report
> +
> +== Summary ===
> +Completion
Cliff Woolley wrote:
On 11 Apr 2002 [EMAIL PROTECTED] wrote:
stas02/04/11 08:02:26
Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm
Log:
- improved the generated smoke report
+
+== Summary ===
+Completion
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!
_
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.
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 -
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
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
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.