]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
gmake no longer needed.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Feb 2012 10:34:15 +0000 (10:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Feb 2012 10:34:15 +0000 (10:34 +0000)
git-svn-id: file:///svn/unbound/trunk@2612 be551aaa-1e26-0410-a405-d3ace91eadb9

README
doc/README

diff --git a/README b/README
index 04f8bf03399e926b0d6038e5b1af1ebac267c067..85f9182288dc90405d0894630d56ea9e1526e816 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,5 @@
 Unbound README
 * ./configure && make && make install
-* on BSDs and Solaris use gmake (GNU make).
 * You can use libevent if you want. libevent is useful when using 
   many (10000) outgoing ports. By default max 256 ports are opened at
   the same time and the builtin alternative is equally capable and a 
index 118326f05b8379d8ee2d5d91d58bda79fb07dc10..a5b47cf0e01240bce1e43e038b652c372985ccc8 100644 (file)
@@ -16,7 +16,6 @@ This software is under BSD license, see LICENSE for details.
     (optional) can use builtin alternative instead.
 
 * Make and install: ./configure; make; make install
-  * Use GNU make; default on linux, often called 'gmake' on BSD and Solaris.
   * --with-ldns=/path/to/ldns
        It will dynamically link against it.
   * --with-libevent=/path/to/libevent