* [Cluster-devel] cluster/fence agents/scsi/Makefile bin/Makefile
@ 2007-03-05 23:12 cfeist
0 siblings, 0 replies; only message in thread
From: cfeist @ 2007-03-05 23:12 UTC (permalink / raw)
To: cluster-devel.redhat.com
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 = \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-05 23:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 23:12 [Cluster-devel] cluster/fence agents/scsi/Makefile bin/Makefile cfeist
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).