[Buildroot] svn commit: trunk/buildroot/package/make
Hans-Christian Egtvedt
hans-christian.egtvedt at atmel.com
Wed Nov 5 08:42:48 UTC 2008
On Wed, 05 Nov 2008 09:31:51 +0100
Peter Korsgaard <jacmet at uclibc.org> wrote:
> >>>>> "egtvedt" == egtvedt <egtvedt at uclibc.org> writes:
>
> egtvedt> Author: egtvedt
> egtvedt> Date: 2008-11-05 00:09:30 -0800 (Wed, 05 Nov 2008)
> egtvedt> New Revision: 23928
>
> egtvedt> Log:
> egtvedt> make: select gettext and libintl if locale is enabled
>
> egtvedt> ifeq ($(strip $(BR2_PACKAGE_MAKE)),y)
> egtvedt> -TARGETS+=make
> egtvedt> +TARGETS+=$(if $(BR2_PACKAGE_GETTEXT),gettext) make
>
> We normally do this by adding it as a dependency to the make: target,
> E.G.:
>
> make: uclibc $(if $(BR2_PACKAGE_GETTEXT),gettext)
> $(TARGET_DIR)/$(GNUMAKE_TARGET_BINARY)
>
> Adding it to TARGETS doesn't ensure that gettext gets built before
> make (well, actually it does, but it isn't very clear or robust)
>
> Could you please change it?
>
Jupp, no problem (-:
--
Best regards,
Hans-Christian Egtvedt
More information about the buildroot
mailing list