Geoffrey Young wrote:

  # The whitespace in front of @echo MUST be a single tab!
  return <<'EOF';
test::
    @echo This test suite requires Apache::Test
    @echo available from the mod_perl 2.0 sources
    @echo or the httpd-test distribution.
EOF

I think you should also include the 'pure_all' target, so 'make test' doesn't preclude 'make':


        return <<'EOF';
test : pure_all
        @echo \*** This test suite requires Apache::Test available from the
        @echo \*** mod_perl 2.0 sources or the httpd-test distribution.
EOF

btw, what's the difference between : and :: in the makefile target?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to