aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-23 09:40:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-23 09:40:02 +0200
commitf4bb07c4c1eeae19fc6eb79763c020177b7ebb2a (patch)
treed71a17f87a47a67cdbaafaabb321cdaea25abf9d
parent967093ed971423c2fe4ec07f8c86b9131afc26c1 (diff)
Update project description
-rw-r--r--README12
1 files changed, 3 insertions, 9 deletions
diff --git a/README b/README
index 34427a6..29f3de7 100644
--- a/README
+++ b/README
@@ -1,11 +1,5 @@
-build is a software build system implemented on top of GNU make. In
-particular, build
-
- * is not a make replacement
- * is not written in Java
- * does not use XML
-
-build was designed with the following tasks in mind:
+build is a massively-parallel software build system implemented on top of
+GNU make. Build is designed with the following tasks in mind:
* configuration
* building
@@ -25,7 +19,7 @@ Some of its features include:
* inter-project dependency tracking
- * extensible translator framework
+ * extensible language/compiler framework
See the NEWS file for the user-visible changes from the previous release.