autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to add a directory removal to clean target


From: Ralf Wildenhues
Subject: Re: how to add a directory removal to clean target
Date: Mon, 10 Apr 2006 20:20:30 +0200
User-agent: Mutt/1.5.9i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]