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 2016/02/09 05:06:02 UTC

trafficserver git commit: TS-4169: Set BUILD variable for .lo, .o and .a files

Repository: trafficserver
Updated Branches:
  refs/heads/master 24cc3cfda -> d3e63bcf2


TS-4169: Set BUILD variable for .lo, .o and .a files

This closes #458.


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

Branch: refs/heads/master
Commit: d3e63bcf20e7fcf3c7bcbffba35b5da9f3b1a974
Parents: 24cc3cf
Author: Joseph Hindin <hi...@nkloom.com>
Authored: Sun Feb 7 18:34:21 2016 +0200
Committer: James Peach <jp...@apache.org>
Committed: Mon Feb 8 20:05:44 2016 -0800

----------------------------------------------------------------------
 tools/tsxs.in | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d3e63bcf/tools/tsxs.in
----------------------------------------------------------------------
diff --git a/tools/tsxs.in b/tools/tsxs.in
index 9e5a85f..aa7c0eb 100755
--- a/tools/tsxs.in
+++ b/tools/tsxs.in
@@ -104,6 +104,7 @@ compile() {
 			;;
 		lo|o|a)
 			OBJS="${OBJS} ${SRC}"
+			BUILD=1
 			return
 			;;
 		*)