Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (2):
books: update book builds for current publican variants
build: get native Solaris builds up and running once more
Makepkgs | 6 +-
books/.gitignore | 5 ++
books/PCP_PG/.gitignore | 4 -
books/PCP_PG/GNUmakefile | 2
books/PCP_PG/pcp-programmers-guide.pdf |binary
books/PCP_TCS/.gitignore | 4 -
books/PCP_TCS/GNUmakefile | 4 -
books/PCP_TCS/pcp-tutorials-and-case-studies.pdf |binary
books/PCP_UAG/.gitignore | 4 -
books/PCP_UAG/GNUmakefile | 2
books/PCP_UAG/pcp-users-and-administrators-guide.pdf |binary
configure | 13 +++--
configure.ac | 10 ++--
qa/pmdas/broken/GNUmakefile | 12 ++---
qa/pmdas/broken/GNUmakefile.install | 12 ++---
qa/src/GNUlocaldefs | 42 +++++++++----------
src/.gitignore | 1
src/pmdas/solaris/zpool_perdisk.c | 2
src/pmieconf/GNUmakefile | 4 -
19 files changed, 61 insertions(+), 66 deletions(-)
commit a1ebd0295bf26c55c918444629a51061106f28b5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 25 12:38:21 2015 +1000
build: get native Solaris builds up and running once more
Series of changes to support Solaris builds -
- no -q option to Solaris egrep, workaround
- configure.ac and makefile fixes for when cc != gcc
- configure.ac fix to detect pid 1 correctly (PCP_PS_PROG)
- order of -L and -l options to the linker is important (QA
programs only were affected by this)
- zpool_vdev_name API has acquired another argument, ho-hum
- oddball pmieconf GNUmakefile issue with grep return code
commit f1f625ec95c645908ff25a47d75c0c9aaed1e2c2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 24 15:05:35 2015 +1000
books: update book builds for current publican variants
|