Updated Branches: refs/heads/master e8766548d -> 27e8fb914
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/27e8fb91 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/27e8fb91 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/27e8fb91 Branch: refs/heads/master Commit: 27e8fb9148beca6878014980b57abf08a2173ffd Parents: e876654 Author: Leif Hedstrom <[email protected]> Authored: Thu Jan 23 05:45:23 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jan 23 05:45:23 2014 -0700 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/27e8fb91/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`
