summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/make/make.inc')
-rw-r--r--meta/recipes-devtools/make/make.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index b7c353f947..d9e05594f9 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -1,6 +1,7 @@
1DESCRIPTION = "GNU Make examines the timestamps on a set of \ 1SUMMARY = "GNU tool that controls the build process"
2interdependent files, and, if necessary, issues commands \ 2DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \
3to bring them up-to-date." 3program from the program's source files. Make gets its knowledge of how to build your program from a file \
4called the makefile, which lists each of the non-source files and how to compute it from other files."
4HOMEPAGE = "http://www.gnu.org/software/make/" 5HOMEPAGE = "http://www.gnu.org/software/make/"
5SECTION = "devel" 6SECTION = "devel"
6LICENSE = "GPL" 7LICENSE = "GPL"