2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_MAKE
|
2004-12-26 07:36:59 +00:00
|
|
|
bool "make"
|
2014-07-19 14:45:55 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2010-05-24 21:17:55 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2008-08-04 19:07:05 +00:00
|
|
|
A tool which controls the generation of executables and other
|
2004-12-26 07:36:59 +00:00
|
|
|
non-source files of a program from the program's source files.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2013-04-29 10:29:32 +00:00
|
|
|
While Buildroot no longer supports building a toolchain for
|
|
|
|
|
the target, we keep a make package that is for example
|
|
|
|
|
useful to run the uClibc test suite on the target.
|
|
|
|
|
|
2004-12-26 07:36:59 +00:00
|
|
|
http://www.gnu.org/software/make/
|