summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-07 07:17:11 +0000
committerwiz <wiz@pkgsrc.org>2003-08-07 07:17:11 +0000
commit2a7a1ceffbb04b0583d52626ec77053742c9639a (patch)
tree6ae0ecaa5f120f78cf6cfb9c69bd2e90c6b127ba /devel/gmake
parent420c1ae85b303e9921190ac03f0d6e8b75b49a19 (diff)
downloadpkgsrc-2a7a1ceffbb04b0583d52626ec77053742c9639a.tar.gz
Improve description.
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/DESCR13
1 files changed, 10 insertions, 3 deletions
diff --git a/devel/gmake/DESCR b/devel/gmake/DESCR
index 240bf785867..e94afa8ecc3 100644
--- a/devel/gmake/DESCR
+++ b/devel/gmake/DESCR
@@ -1,3 +1,10 @@
-This directory contains the release of GNU Make.
-All bugs reported for previous test releases have been fixed.
-Some bugs surely remain.
+Make is a tool which controls the generation of executables and
+other non-source files of a program from the program's source files.
+
+Make gets its knowledge of how to build your program from a file
+called the makefile, which lists each of the non-source files and
+how to compute it from other files. When you write a program, you
+should write a makefile for it, so that it is possible to use Make
+to build and install the program.
+
+This is the GNU version of make.