summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
authorDavid T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
committer David T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
commit8da51e4f51149502cceff86ca0b3017b57682c8a (patch)
tree1ea9ef3d7e76863ef38ac6b11fbaebb034dc49c5 /substvars
parent77f8bce4d5bc5422271a3a02f69cf4facf107069 (diff)
Added 'nop' target to build file.
Updated substvars. Renamed <binpkg>.pkg directories to match source package name. Added gmake-doc.pkg binary package.
Diffstat (limited to 'substvars')
-rw-r--r--substvars6
1 files changed, 4 insertions, 2 deletions
diff --git a/substvars b/substvars
index 7b7a20b..91bf051 100644
--- a/substvars
+++ b/substvars
@@ -1,3 +1,5 @@
Common-Description:
- Make is a tool which controls the generation of executables and
- other non-source files of a program from the program's source files.
+ GNU make is a tool which controls the generation of executables and other
+ non-source files of a program from the program's source files. The make
+ utility automatically determines which pieces of a large program need to be
+ recompiled, and issues commands to recompile them.