Changes committed to git://oss.sgi.com/nathans/pcp.git
GNUmakefile | 1 +
src/include/GNUmakefile | 6 +++++-
src/include/builddefs.in | 12 +++++++-----
3 files changed, 13 insertions(+), 6 deletions(-)
commit 058830da1f57470216c828cc4edb0e5eb326ca48
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 31 17:08:02 2010 +1000
Add install-sh to the set of pcp-internal programs for extrnal PMDAs.
Install install-sh into PCP_BINADM_DIR for dependent packages.
----- "Scott Emery" <emery@xxxxxxx> wrote:
> Infinband pmda and cluster pmda have been split from the main
> pcp tree. PCP installs /usr/include/pcp/builddefs (builddefs.install)
> which is used by subsequent builds of pmdas. Builddefs defines the
> INSTALL variable which currently points to an install-sh inside the
> original pcp build tree (using TOPDIR which is not set by the pmdas).
> The original pcp build tree may not available to the builder of *
> pmda, if they install PCP from rpm but build the pmdas on the system
> (perhaps to update ofed support). PMDAs currently don't use $INSTALL,
> but depend on the existance and functionality of the target systems
> "install" command.
> I propose that install-sh be installed in $(PCP_BINADM_DIR) and
> the installed builddefs define INSTALL=$(PCP_BINDADM_DIR)/install-sh.
|