From: egtvedt at uclibc.org <egtvedt@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/make
Date: Wed, 5 Nov 2008 00:09:30 -0800 (PST) [thread overview]
Message-ID: <20081105080930.8D6EE3C808@busybox.net> (raw)
Author: egtvedt
Date: 2008-11-05 00:09:30 -0800 (Wed, 05 Nov 2008)
New Revision: 23928
Log:
make: select gettext and libintl if locale is enabled
This patch makes sure gettext and libintl are selected if locale support is
enabled. Gettext must also be compiled before make so appropriate headers are
available to make.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Modified:
trunk/buildroot/package/make/Config.in
trunk/buildroot/package/make/make.mk
Changeset:
Modified: trunk/buildroot/package/make/Config.in
===================================================================
--- trunk/buildroot/package/make/Config.in 2008-11-04 22:29:02 UTC (rev 23927)
+++ trunk/buildroot/package/make/Config.in 2008-11-05 08:09:30 UTC (rev 23928)
@@ -1,5 +1,7 @@
config BR2_PACKAGE_MAKE
bool "make"
+ select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
help
A tool which controls the generation of executables and other
non-source files of a program from the program's source files.
Modified: trunk/buildroot/package/make/make.mk
===================================================================
--- trunk/buildroot/package/make/make.mk 2008-11-04 22:29:02 UTC (rev 23927)
+++ trunk/buildroot/package/make/make.mk 2008-11-05 08:09:30 UTC (rev 23928)
@@ -71,5 +71,5 @@
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_MAKE)),y)
-TARGETS+=make
+TARGETS+=$(if $(BR2_PACKAGE_GETTEXT),gettext) make
endif
next reply other threads:[~2008-11-05 8:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-05 8:09 egtvedt at uclibc.org [this message]
2008-11-05 8:31 ` [Buildroot] svn commit: trunk/buildroot/package/make Peter Korsgaard
2008-11-05 8:42 ` Hans-Christian Egtvedt
-- strict thread matches above, loose matches on Subject: below --
2008-11-05 8:43 egtvedt at uclibc.org
2007-07-31 18:40 ulf at uclibc.org
2007-07-09 18:36 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081105080930.8D6EE3C808@busybox.net \
--to=egtvedt@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox