From: cfeist@sourceware.org <cfeist@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/fence agents/scsi/Makefile bin/Makefile
Date: 5 Mar 2007 23:12:45 -0000 [thread overview]
Message-ID: <20070305231245.32257.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: cfeist at sourceware.org 2007-03-05 23:12:44
Modified files:
fence/agents/scsi: Makefile
fence/bin : Makefile
Log message:
Added fence_scsi_test script.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.9.6.2&r2=1.9.6.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/bin/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.13&r2=1.3.2.14
--- cluster/fence/agents/scsi/Makefile 2007/01/10 19:57:25 1.9.6.2
+++ cluster/fence/agents/scsi/Makefile 2007/03/05 23:12:44 1.9.6.3
@@ -40,8 +40,9 @@
awk -v p=0 "(\$$1 ~ /#END_VERSION_GENERATION/){p = 1} {if(p==1)print}" $(TEST_SOURCE) >> $(TEST_TARGET)
chmod +x $(TEST_TARGET)
-copytobin: ${TARGET}
+copytobin: ${TARGET} ${TEST_TARGET}
cp ${TARGET} ${top_srcdir}/bin/${TARGET}
+ cp ${TEST_TARGET} ${top_srcdir}/bin/${TEST_TARGET}
clean:
- rm -f $(TARGET) $($TEST_TARGET)
+ rm -f $(TARGET) $(TEST_TARGET)
--- cluster/fence/bin/Attic/Makefile 2007/03/05 22:25:13 1.3.2.13
+++ cluster/fence/bin/Attic/Makefile 2007/03/05 23:12:44 1.3.2.14
@@ -39,6 +39,7 @@
fence_ipmilan \
fence_xvm \
fence_scsi \
+ fence_scsi_test \
fenced
SHAREPROGS = \
reply other threads:[~2007-03-05 23:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20070305231245.32257.qmail@sourceware.org \
--to=cfeist@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).