Bug#206941: [Build-common-hackers] Bug#206941: cdbs: do we have to run configure twice?

Colin Walters Colin Walters <walters@verbum.org>, 206941@bugs.debian.org
Wed, 27 Aug 2003 01:37:47 -0400


On Sat, 2003-08-23 at 20:59, Julian Gilbey wrote:
> Package: cdbs
> Version: 0.4.5.2
> 
> It seems that with the autotools.mk class, the package's configure
> script is run twice, once for the build-arch and once for the
> build-indep, because of the rules:
> 
> common-configure-arch common-configure-indep:: common-configure-impl
> common-configure-impl:: $(DEB_BUILDDIR)/config.status
> $(DEB_BUILDDIR)/config.status:
> 	chmod a+x $(DEB_CONFIGURE_SCRIPT)

Here, config.status should suffice as a stamp file.  That's not working
for you?