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

[10/28] git commit: Reorder the build subdirs, such that all code compiles first

Reorder the build subdirs, such that all code compiles first


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

Branch: refs/heads/5.0.x
Commit: 38f0f0c2b9c3b4c1a74db9c2087046a8137169e8
Parents: a5c00b2
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Jan 23 05:45:23 2014 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Thu Jan 23 14:19:21 2014 +0100

----------------------------------------------------------------------
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/38f0f0c2/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 0ad9b06..398f300 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 =  proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy rc doc plugins cmd tools example
+SUBDIRS =  proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc
 
 
 DIST_BUILD_USER=`id -nu`