Config.in 310 B

123456789
  1. config BR2_PACKAGE_MAKE
  2. bool "make"
  3. select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
  4. select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
  5. help
  6. A tool which controls the generation of executables and other
  7. non-source files of a program from the program's source files.
  8. http://www.gnu.org/software/make/