I've had a misfortune of having to build PCP on Solaris 10 which
required a few changes to the source - mostly to deal with the fact
that /bin/sh on Solaris 10 is really the old Bourne Shell.
Because most of the changes I've had to made touch common code I
thought I'll separate them from my other changes.
The following changes since commit
4957e727a007a385c237ed27a909f9132bbc193c:
Nathan Scott (1):
Quote filenames reported by pmwtf, else awk can get confused
and spit errors
are available in the git repository at:
git://oss.sgi.com/makc/pcp solaris10
Max Matveev (1):
Add support for building PCP on Solaris 10
build/GNUmakefile | 8 ++++----
build/tar/GNUmakefile | 2 +-
configure.in | 6 +++---
src/cpan/LogImport/GNUmakefile | 2 +-
src/cpan/MMV/GNUmakefile | 2 +-
src/cpan/PMDA/GNUmakefile | 2 +-
src/include/pcp.env | 5 +++--
src/pmdas/solaris/netmib2.c | 6 ++++++
src/pmsignal/pmsignal.sh | 2 +-
9 files changed, 21 insertions(+), 14 deletions(-)
max
|