]> sourceware.org Git - systemtap.git/commit
The logger pmda now builds outside of the pcp source tree.
authorDavid Smith <dsmith@redhat.com>
Thu, 10 Feb 2011 20:14:26 +0000 (14:14 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 10 Feb 2011 20:14:26 +0000 (14:14 -0600)
commitdb70e30886965bc0f008b14dc7ebe4806f088cd3
tree4982bade33af5b7bcf3e8f34f270bab8e0bd0796
parent036435574eb2ec480368b78d22646c2297894732
The logger pmda now builds outside of the pcp source tree.

* pcp/.gitignore: New file.
* pcp/config.guess: Ditto.
* pcp/config.sub: Ditto.
* pcp/configure.in: Ditto.
* pcp/install-sh: Ditto.
* pcp/src/include/.gitignore: Ditto.
* pcp/src/include/builddefs.in: Ditto.
* pcp/src/include/buildrules: Ditto.
* pcp/src/pmdas/logger/.gitignore: Updated.
* pcp/src/pmdas/logger/GNUmakefile: Modified to build either in the pcp
  source tree or separately.
* pcp/src/pmdas/logger/Install: Updated.
* pcp/src/pmdas/logger/percontext.c: Updated include file paths.
12 files changed:
pcp/.gitignore [new file with mode: 0644]
pcp/config.guess [new file with mode: 0755]
pcp/config.sub [new file with mode: 0644]
pcp/configure.in [new file with mode: 0644]
pcp/install-sh [new file with mode: 0755]
pcp/src/include/.gitignore [new file with mode: 0644]
pcp/src/include/builddefs.in [new file with mode: 0644]
pcp/src/include/buildrules [new file with mode: 0644]
pcp/src/pmdas/logger/.gitignore
pcp/src/pmdas/logger/GNUmakefile
pcp/src/pmdas/logger/Install
pcp/src/pmdas/logger/percontext.c
This page took 0.030135 seconds and 5 git commands to generate.