Hi Tchize,

* tchize wrote on Mon, Apr 10, 2006 at 08:13:24PM CEST:
> 
> we are using automake, autoconf to handle build process in a project.
> One of our target (unit test running) creates a logs/ directory to
> store the tests results. We want to remove this directory as part of
> clean process (make clean in test/ should issue a rm -rf logs).

Use a 'clean-local' hook.  See
  info Automake Extending

(this is really an Automake question).

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to