gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2117: add blurb for make


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2117: add blurb for make
Date: Sat, 30 Mar 2013 16:09:11 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2117
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 16:09:11 +0100
message:
  add blurb for make
modified:
  gnu/make/Makefile
=== modified file 'gnu/make/Makefile'
--- a/gnu/make/Makefile 2012-12-16 23:14:20 +0000
+++ b/gnu/make/Makefile 2013-03-30 15:09:11 +0000
@@ -3,6 +3,14 @@
 GARVERSION = 3.82
 HOME_URL = http://www.gnu.org/software/make/
 DESCRIPTION = Control the build process of a program
+define BLURB
+ Make is a program that is used to control the production of
+ executables or other files from their source files.  The process is
+ controlled from a Makefile, in which the developer specifies how 
+ each file is generated from its source.  It has powerful dependency
+ resolution and the ability to determine when files have to be
+ regenerated after their sources change.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]