cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/fence/agents/rsb Makefile
@ 2007-02-15 15:49 lhh
  0 siblings, 0 replies; only message in thread
From: lhh @ 2007-02-15 15:49 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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}; \



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-15 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-15 15:49 [Cluster-devel] cluster/fence/agents/rsb Makefile lhh

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).