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 2013/10/23 18:42:43 UTC

git commit: TS-2297: fix out of tree build for TSConfig

Updated Branches:
  refs/heads/3.2.x e2fe9b2fa -> a09323cea


TS-2297: fix out of tree build for TSConfig


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

Branch: refs/heads/3.2.x
Commit: a09323cea7fcaeac672df131c6e7bbf0f91238f8
Parents: e2fe9b2
Author: James Peach <jp...@apache.org>
Authored: Wed Oct 23 09:42:26 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Oct 23 09:42:26 2013 -0700

----------------------------------------------------------------------
 CHANGES                  | 2 ++
 lib/tsconfig/Makefile.am | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a09323ce/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 70749e6..16408ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
 Changes with Apache Traffic Server 3.2.6
 
 
+  *) [TS-2297] fix out of tree build for TSConfig
+
 Changes with Apache Traffic Server 3.2.5
 
   *) [TS-1923] Fix memory issue caused by resolve_logfield_string()

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a09323ce/lib/tsconfig/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/tsconfig/Makefile.am b/lib/tsconfig/Makefile.am
index f2e4adb..684f795 100644
--- a/lib/tsconfig/Makefile.am
+++ b/lib/tsconfig/Makefile.am
@@ -53,4 +53,4 @@ test_tsconfig_LDADD = libtsconfig.la ../ts/libtsutil.la @LIBEXECINFO@
 # Strip to just the enum in the ts::config namespace so we can use
 # it more easily in C++.
 TsConfigGrammar.hpp: TsConfigGrammar.h BisonHeaderToC++.sed
-	$(SED) -f BisonHeaderToC++.sed TsConfigGrammar.h > $@
+	$(SED) -f $(srcdir)/BisonHeaderToC++.sed TsConfigGrammar.h > $@