automake
[Top][All Lists]
Advanced

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

Re: Getting rid of autogenerated dirs


From: Alexandre Duret-Lutz
Subject: Re: Getting rid of autogenerated dirs
Date: Tue, 22 Jul 2003 00:34:18 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

>>> "Nicholas" == Nicholas Wourms <address@hidden> writes:

[...]

 Nicholas> ...
 Nicholas> distclean-local:
 Nicholas>         rm -fr foo

 Nicholas> distclean: distclean-local
 Nicholas> ...

Distclean will automatically call distclean-local when you have defined
it.  That's why distclean-local exists: so you don't have to override
Automake's distclean rule.

In other words, keep only the distclean-local definition.
-- 
Alexandre Duret-Lutz





reply via email to

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