[Cluster-devel] cluster/fence/agents/rsb Makefile

lhh at sourceware.org lhh at sourceware.org
Thu Feb 15 15:49:04 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-02-15 15:49:03

Modified files:
	fence/agents/rsb: Makefile 

Log message:
	Fix missing copytobin target for RHEL4 branch

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsb/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/fence/agents/rsb/Makefile	2006/08/11 15:18:08	1.2
+++ cluster/fence/agents/rsb/Makefile	2007/02/15 15:49:02	1.3
@@ -28,6 +28,9 @@
 	awk -v p=0 "(\$$1 ~ /#END_VERSION_GENERATION/){p = 1} {if(p==1)print}" $(SOURCE) >> $(TARGET)
 	chmod +x $(TARGET)
 
+copytobin: ${TARGET}
+	cp ${TARGET} ${top_srcdir}/bin/${TARGET}
+
 install: all
 	if [ ! -d ${sbindir} ]; then \
 		install -d ${sbindir}; \




More information about the Cluster-devel mailing list