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

Re: autoreconf and quilt



"Paul Wise" <pabs@debian.org> writes:

> On Sat, Oct 11, 2008 at 2:16 PM, Sylvain Beucler <beuc@beuc.net> 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


Reply to: