* [Cluster-devel] cluster/fence/agents/baytech Makefile
@ 2006-11-28 15:38 jparsons
0 siblings, 0 replies; 2+ messages in thread
From: jparsons @ 2006-11-28 15:38 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: jparsons at sourceware.org 2006-11-28 15:38:39
Modified files:
fence/agents/baytech: Makefile
Log message:
adresses bz179771
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
--- cluster/fence/agents/baytech/Makefile 2004/06/24 08:53:13 1.1
+++ cluster/fence/agents/baytech/Makefile 2006/11/28 15:38:38 1.1.2.1
@@ -11,8 +11,8 @@
###############################################################################
###############################################################################
-SOURCE= fence_XXX.pl
-TARGET= fence_XXX
+SOURCE= fence_baytech.py
+TARGET= fence_baytech
top_srcdir=../../..
include ${top_srcdir}/make/defines.mk
@@ -20,12 +20,12 @@
all: $(TARGET)
-$(TARGET): $(SOURCE)
+fence_baytech: fence_baytech.py
: > $(TARGET)
awk "{print}(\$$1 ~ /#BEGIN_VERSION_GENERATION/){exit 0}" $(SOURCE) >> $(TARGET)
- echo "\$$FENCE_RELEASE_NAME=\"${RELEASE}\";" >> $(TARGET)
- ${top_srcdir}/scripts/define2var ${top_srcdir}/config/copyright.cf perl SISTINA_COPYRIGHT >> $(TARGET)
- echo "\$$BUILD_DATE=\"(built `date`)\";" >> $(TARGET)
+ echo "FENCE_RELEASE_NAME=\"${RELEASE}\";" >> $(TARGET)
+ ${top_srcdir}/scripts/define2var ${top_srcdir}/config/copyright.cf sh REDHAT_COPYRIGHT >> $(TARGET)
+ echo "BUILD_DATE=\"(built `date`)\";" >> $(TARGET)
awk -v p=0 "(\$$1 ~ /#END_VERSION_GENERATION/){p = 1} {if(p==1)print}" $(SOURCE) >> $(TARGET)
chmod +x $(TARGET)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] cluster/fence/agents/baytech Makefile
@ 2006-11-28 15:42 jparsons
0 siblings, 0 replies; 2+ messages in thread
From: jparsons @ 2006-11-28 15:42 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: jparsons at sourceware.org 2006-11-28 15:42:32
Modified files:
fence/agents/baytech: Makefile
Log message:
Update makefile for bz179771
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2
--- cluster/fence/agents/baytech/Makefile 2006/11/28 15:38:38 1.1.2.1
+++ cluster/fence/agents/baytech/Makefile 2006/11/28 15:42:32 1.1.2.2
@@ -14,9 +14,8 @@
SOURCE= fence_baytech.py
TARGET= fence_baytech
-top_srcdir=../../..
+top_srcdir=../..
include ${top_srcdir}/make/defines.mk
-include ${top_srcdir}/make/flags.mk
all: $(TARGET)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-28 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 15:42 [Cluster-devel] cluster/fence/agents/baytech Makefile jparsons
-- strict thread matches above, loose matches on Subject: below --
2006-11-28 15:38 jparsons
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.