From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 13 Feb 2014 15:52:06 +0100 Subject: [Buildroot] [PATCH v12 7/7] sdl: add support for top-level parallel make In-Reply-To: <1392196751-23485-8-git-send-email-fabio.porcedda@gmail.com> References: <1392196751-23485-1-git-send-email-fabio.porcedda@gmail.com> <1392196751-23485-8-git-send-email-fabio.porcedda@gmail.com> Message-ID: <20140213155206.25f1d51b@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Fabio Porcedda, On Wed, 12 Feb 2014 10:19:11 +0100, Fabio Porcedda wrote: > Add host-autoconf as a dependency of the sdl-patch target because is > used by it. > > Signed-off-by: Fabio Porcedda > --- > package/sdl/sdl.mk | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk > index ba5fbca..701022b 100644 > --- a/package/sdl/sdl.mk > +++ b/package/sdl/sdl.mk > @@ -80,3 +80,6 @@ endef > SDL_POST_INSTALL_STAGING_HOOKS += SDL_FIXUP_SDL_CONFIG > > $(eval $(autotools-package)) > + > +# autoconf is used in the sdl-patch target > +$(SDL_TARGET_PATCH): | host-autoconf I believe I'd prefer if the SDL autogen stuff was done as a pre-configure hook, since this is the hook that is used in the package infrastructure to run autoreconf in the normal case. Cc'ing Maxime Hadjinlian, who has recently worked on SDL :) Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com