pcp
[Top] [All Lists]

[PATCH 01/12] Fix Windows PMDA build

To: Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx>
Subject: [PATCH 01/12] Fix Windows PMDA build
From: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 20 Nov 2006 16:08:34 +1100
Cc: pcp@xxxxxxxxxxx
Organization: Aconex
Reply-to: nscott@xxxxxxxxxx
Sender: pcp-bounce@xxxxxxxxxxx
Currently the Makefile for the Windows agent is in a half-broken state,
it assumes in some places that uuencoding has been done on certain files
where it has not (uuencode/uudecode doesn't seem to be part of a default
Cygwin install either).

This reverts the Windows PMDA Makefile to its earlier, working state.

-- 
Nathan

Index: devel-pcp-2.5.99/src/pmdas/windows/GNUmakefile
===================================================================
--- devel-pcp-2.5.99.orig/src/pmdas/windows/GNUmakefile 2006-11-20
15:01:56.636180750 +1100
+++ devel-pcp-2.5.99/src/pmdas/windows/GNUmakefile 2006-11-20
15:02:11.969139000 +1100
@@ -37,8 +37,8 @@ PMNS = pmns.disk pmns.kernel pmns.mem p
  pmns.sqlserver pmns.filesys pmns.hinv
LSRCFILES = $(SHIM_CFILES) \
    Install Remove $(PMNS) root README \
-     GNUmakefile.install shim.save.uu \
-     match-counters show-all-ctrs.c show-all-ctrs.save.uu \
+     GNUmakefile.install shim.save \
+     match-counters show-all-ctrs.c show-all-ctrs.save \
    all-on-tower
PMDADIR = $(PCP_PMDAS_DIR)/$(IAM)
DDKROOT = C:\WINDDK\3790
@@ -147,7 +147,7 @@ foo:
@echo do_build=$(do_build)
@echo LSRCFILES=$(LSRCFILES)
@echo CMDTARGET=$(CMDTARGET)
- @echo SHIMTARGET=$(SHIMTARGET) 
+ @echo SHIMTARGET=$(SHIMTARGET)

show-all-ctrs.exe: show-all-ctrs.obj pdherr.obj
$(SHIM_LINK) /out:show-all-ctrs.exe show-all-ctrs.obj pdherr.obj pdh.lib
advapi32.lib $(SHIM_LINK_FLAGS)



<Prev in Thread] Current Thread [Next in Thread>