Updated Branches: refs/heads/master 0740be200 -> cfd97c5b1
s/Makfiles/Makefiles/ Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cfd97c5b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cfd97c5b Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cfd97c5b Branch: refs/heads/master Commit: cfd97c5b17c0cc34eb9f682f6146efac4881ed20 Parents: 0740be2 Author: Daniel Gruno <[email protected]> Authored: Sun Oct 7 01:57:00 2012 +0200 Committer: Daniel Gruno <[email protected]> Committed: Sun Oct 7 01:57:00 2012 +0200 ---------------------------------------------------------------------- README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cfd97c5b/README ---------------------------------------------------------------------- diff --git a/README b/README index e78b330..1b2a3dd 100644 --- a/README +++ b/README @@ -148,7 +148,7 @@ follow the instructions: tar xf trafficserver-2.1.8-unstable.tar.bz2 cd trafficserver-2.1.8-unstable - ./configure # configure the build environment to create Makfiles + ./configure # configure the build environment to create Makefiles make # execute the compile This will build with a destination prefix of /usr/local. You can finish @@ -164,7 +164,7 @@ the installation with git clone ... # get the source code from ASF Git repo cd trafficserver # enter the checkout dir autoreconf -i # generate the configure script and Makefile.in files - ./configure # configure the build environment to create Makfiles + ./configure # configure the build environment to create Makefiles make # execute the compile 4b. Instructions for building on EC2
