aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.