2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_MAKE
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "make"
|
2010-05-24 21:17:55 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
|
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
A tool which controls the generation of executables and other
|
2004-12-26 08:36:59 +01:00
|
|
|
non-source files of a program from the program's source files.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.gnu.org/software/make/
|