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

Re: automake fun



On Wed, 21 Nov 2001, Henrique de Moraes Holschuh wrote:

> On Tue, 20 Nov 2001, Adam Heath wrote:
> > On Tue, 20 Nov 2001, Colin Walters wrote:
> > 4) $(MAKE) AUTOMAKE=true build
>
> It will not work with some upstream-damaged Makefiles, I think. The ones any
> acceptable version of autotools (the ones in Debian :P) create should like
> it just fine, though.

build:
	mkdir -p debian/bin
	ln -s /bin/true debian/bin/automake
	ln -s /bin/true debian/bin/autoconf
	$(MAKE) build PATH=$(CURDIR)/debian/bin



Reply to: