Changes committed to git://oss.sgi.com/nathans/pcp.git
src/include/buildrules | 6 +---
src/pmdas/apache/GNUmakefile | 4 --
src/pmdas/apache/GNUmakefile.install | 28 --------------------
src/pmdas/cisco/GNUmakefile | 3 --
src/pmdas/cisco/Makefile.install | 13 ---------
src/pmdas/hotproc/GNUmakefile | 3 --
src/pmdas/hotproc/Makefile.install | 13 ---------
src/pmdas/jstat/GNUmakefile | 3 --
src/pmdas/jstat/Makefile.install | 13 ---------
src/pmdas/lmsensors/GNUmakefile | 3 --
src/pmdas/lmsensors/GNUmakefile.install | 30 ---------------------
src/pmdas/mailq/GNUmakefile | 3 --
src/pmdas/mailq/GNUmakefile.install | 28 --------------------
src/pmdas/mounts/GNUmakefile | 4 --
src/pmdas/mounts/GNUmakefile.install | 31 ----------------------
src/pmdas/news/GNUmakefile | 4 --
src/pmdas/news/GNUmakefile.install | 28 --------------------
src/pmdas/pmcd/GNUmakefile | 3 --
src/pmdas/pmcd/GNUmakefile.install | 28 --------------------
src/pmdas/process/GNUmakefile | 4 --
src/pmdas/process/GNUmakefile.install | 31 ----------------------
src/pmdas/roomtemp/GNUmakefile | 3 --
src/pmdas/roomtemp/GNUmakefile.install | 28 --------------------
src/pmdas/sample/GNUmakefile | 4 --
src/pmdas/sample/GNUmakefile.install | 29 ---------------------
src/pmdas/sendmail/GNUmakefile | 4 --
src/pmdas/sendmail/GNUmakefile.install | 28 --------------------
src/pmdas/shping/GNUmakefile | 3 --
src/pmdas/shping/GNUmakefile.install | 28 --------------------
src/pmdas/simple/GNUmakefile.install | 36
+++-----------------------
src/pmdas/summary/GNUmakefile | 3 --
src/pmdas/summary/Makefile.install | 13 ---------
src/pmdas/trace/GNUmakefile | 4 --
src/pmdas/trace/GNUmakefile.install | 28 --------------------
src/pmdas/trivial/GNUmakefile.install | 36
+++-----------------------
src/pmdas/txmon/GNUmakefile.install | 44
++++++++++++++------------------
src/pmdas/weblog/GNUmakefile | 4 --
src/pmdas/weblog/GNUmakefile.install | 28 --------------------
38 files changed, 49 insertions(+), 557 deletions(-)
commit 50686f0639d2c4a9c02aa8470c83f34592073ebf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 27 18:36:34 2009 +1100
Many PMDAs were installing makefiles that did nothing.
There's no good reason to do so, it just adds extra files
to the set we install - removed.
commit d57f217123fce94d65034c123b0ba3f0e3ce4ba7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 27 17:15:41 2009 +1100
In order to get cross-platform PMDA installs working, for
PMDAs that have installed makefiles, we need to know about:
- how shared libraries are built
- shared library suffix
- executable suffix
... this is a solved problem in the PCP build, but the PMDA
installed makefiles do not use this. Instead of attempting
to reinvent the wheel one platform at a time, just make use
of the already installed $PCP_INC_DIR/build{rules,defs}.
|