From: jparsons@sourceware.org <jparsons@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/fence/bin Makefile
Date: 16 Aug 2006 17:38:03 -0000 [thread overview]
Message-ID: <20060816173803.7272.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: jparsons at sourceware.org 2006-08-16 17:38:03
Modified files:
fence/bin : Makefile
Log message:
apc snmp bindir support
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/bin/Makefile.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.2.1.6.4&r2=1.3.2.1.6.5
--- cluster/fence/bin/Attic/Makefile 2006/01/26 16:29:45 1.3.2.1.6.4
+++ cluster/fence/bin/Attic/Makefile 2006/08/16 17:38:02 1.3.2.1.6.5
@@ -18,6 +18,7 @@
SBINPROGS= \
fence_ack_manual \
fence_apc \
+ fence_apc_snmp \
fence_rsa \
fence_bladecenter \
fence_brocade \
@@ -36,6 +37,10 @@
fence_ipmilan \
fenced
+SHAREPROGS = \
+ powernet369.mib \
+ README_SNMP
+
include ${top_srcdir}/make/defines.mk
@@ -54,6 +59,12 @@
for v in ${SBINPROGS}; do \
install -m755 $${v} ${sbindir}; \
done
+ if [ ! -d ${sharedir} ]; then \
+ install -d ${sharedir}; \
+ fi
+ for v in ${SHAREPROGS}; do \
+ install -m644 $${v} ${sharedir}; \
+ done
uninstall:
${UNINSTALL} ${SBINPROGS} ${sbindir}
next reply other threads:[~2006-08-16 17:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-16 17:38 jparsons [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-05 22:25 [Cluster-devel] cluster/fence/bin Makefile cfeist
2007-03-05 22:15 cfeist
2006-11-28 15:45 jparsons
2006-11-28 14:20 jparsons
2006-06-29 21:44 jparsons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060816173803.7272.qmail@sourceware.org \
--to=jparsons@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).