]> sourceware.org Git - systemtap.git/commit
tracequery build fix
authorJosh Stone <jistone@redhat.com>
Wed, 26 May 2010 19:39:31 +0000 (12:39 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 26 May 2010 19:39:31 +0000 (12:39 -0700)
commit915ad99a751afd2bf8dea3c0c43f20d4849a7410
tree65254cd87b7e18e0e1355458f750ce344d17d11a
parent928c149cfb5fef2dbdfc1c9d071e949dc67e8685
tracequery build fix

Similar to commit 392e08b7 -- we need to #undef TRACE_INCLUDE_FILE
before each header in the tracepoint query module, so they can be
queried all at once.

The side effect was that the all-inclusive tracequery build would fail,
so we'd fall back to building a separate tracequery for each header.
It's much faster when we can build them together.

* buildrun.cxx (make_tracequery): #undef TRACE_INCLUDE_FILE before each
  tracepoint header to prevent macro redefinition.
buildrun.cxx
This page took 0.023944 seconds and 5 git commands to generate.