You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/08/21 16:40:25 UTC

git commit: TS-3017: Disable CK build for 5.1

Repository: trafficserver
Updated Branches:
  refs/heads/5.1.x cde870b31 -> c01cbd2d1


TS-3017: Disable CK build for 5.1


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

Branch: refs/heads/5.1.x
Commit: c01cbd2d1d7c7d1a075d829d6add0fe7d9644d06
Parents: cde870b
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Thu Aug 21 09:39:23 2014 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Thu Aug 21 09:39:23 2014 -0500

----------------------------------------------------------------------
 Makefile.am  | 2 +-
 configure.ac | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c01cbd2d/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index d116820..55ec365 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ export CCACHE_BASEDIR
 # proxy/api/ts has to be built first, since so much of libraries and "core
 # depends on the generates ts/ts.h include file.
 
-SUBDIRS = lib/ck proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc
+SUBDIRS = proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc
 
 
 DIST_BUILD_USER=`id -nu`

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c01cbd2d/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ef3a882..d84eadf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1979,8 +1979,6 @@ AS_IF([test "x$enable_cppapi" = xyes], [
   lib/atscppapi/src/Makefile
 ])])
 
-AC_CONFIG_SUBDIRS([lib/ck])
-
 # -----------------------------------------------------------------------------
 # 7. autoheader TEMPLATES