You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/01/08 06:28:56 UTC

git commit: Add note about using GNU make

Updated Branches:
  refs/heads/master 54e3640fe -> 6b90d8762


Add note about using GNU make


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6b90d876
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6b90d876
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6b90d876

Branch: refs/heads/master
Commit: 6b90d8762e7476f4af20b3116c84498bc9daafff
Parents: 54e3640
Author: James Peach <jp...@apache.org>
Authored: Mon Jan 7 21:28:37 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Mon Jan 7 21:28:37 2013 -0800

----------------------------------------------------------------------
 INSTALL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6b90d876/INSTALL
----------------------------------------------------------------------
diff --git a/INSTALL b/INSTALL
index 340f61a..fdee9b3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,6 +22,9 @@ On OpenSolaris:
 To install:
     $ sudo make install
 
+* Building on FreeBSD required GNU make. This is the preferred make
+  on all platforms.
+
 * Replace PREFIX with the filesystem path under which Traffic Server
   should be installed.  Default PREFIX is "/usr/local" (without the
   quotes).