pcp
[Top] [All Lists]

[PATCH 02/12] Fix Windows libpcp_pmda build

To: Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx>
Subject: [PATCH 02/12] Fix Windows libpcp_pmda build
From: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 20 Nov 2006 16:09:16 +1100
Cc: pcp@xxxxxxxxxxx
Organization: Aconex
Reply-to: nscott@xxxxxxxxxx
Sender: pcp-bounce@xxxxxxxxxxx
Currently the libpcp_pmda library Makefile does not provide any valid
default target on Windows.  This fixes that (build tested on Linux and
on Windows).

-- 
Nathan

Index: devel-pcp-2.5.99/src/libpcp_pmda/src/GNUmakefile
===================================================================
--- devel-pcp-2.5.99.orig/src/libpcp_pmda/src/GNUmakefile 2006-11-20
14:33:58.379296250 +1100
+++ devel-pcp-2.5.99/src/libpcp_pmda/src/GNUmakefile 2006-11-20
14:43:41.539741500 +1100
@@ -56,7 +56,7 @@ LLDLIBS = -lpcp

LDIRT = $(LIBTARGET_V1) $(LIBTARGET_V2) $(LIBTARGET_V3)

-default: $(LIBTARGET_V1) $(LIBTARGET_V2)
+default: $(LIBTARGET_V1) $(LIBTARGET_V2) $(LIBTARGET)

$(LIBTARGET_V1) $(LIBTARGET_V2): $(LIBTARGET_V3)
$(LN_S) -f $(LIBTARGET_V3) $(LIBTARGET_V2)



<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 02/12] Fix Windows libpcp_pmda build, Nathan Scott <=