"Paul Wise" <[EMAIL PROTECTED]> writes:

> On Sat, Oct 11, 2008 at 2:16 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote:
> 
> > What kind of elegant solution would you recommend? :)
> 
> debian/rules:
> 
> clean:
>      ...
>      make maintainer-clean

Note that, by the GNU Make documentation, you should invoke the ‘make’
program only via the automatically-set ‘MAKE’ variable:

    clean:
        # …
        $(MAKE) maintainer-clean

-- 
 \     “Men never do evil so completely and cheerfully as when they do |
  `\        it from religious conviction.” —Blaise Pascal (1623-1662), |
_o__)                                                   Pensées, #894. |
Ben Finney


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to