All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/fence/agents/manual Makefile ack.c man ...
@ 2007-02-13 19:05 lhh
  0 siblings, 0 replies; only message in thread
From: lhh @ 2007-02-13 19:05 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-02-13 19:05:42

Modified files:
	fence/agents/manual: Makefile 
Removed files:
	fence/agents/manual: ack.c manual.c 

Log message:
	Remove fence_manual; only provide manual-failure override

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/manual/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/manual/ack.c.diff?cvsroot=cluster&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/manual/manual.c.diff?cvsroot=cluster&r1=1.7&r2=NONE

--- cluster/fence/agents/manual/Makefile	2007/01/22 23:15:54	1.8
+++ cluster/fence/agents/manual/Makefile	2007/02/13 19:05:42	1.9
@@ -11,7 +11,7 @@
 ###############################################################################
 ###############################################################################
 
-TARGET= fence_manual fence_ack_manual
+TARGET= fence_ack_manual
 
 top_srcdir=../..
 
@@ -27,23 +27,11 @@
 
 all: ${TARGET}
 
-fence_manual: manual.o ../../../group/lib/libgroup.a
-	$(CC) $(LDFLAGS) -o $@ $^ -lcman
-
-manual.o: manual.c
-	$(CC) $(CFLAGS) -c -o $@ $<
-
-fence_ack_manual: ack.o
-	${CC} -o $@ $^
-
 # Using manual override instead of the binary version.
 # (this version does not require any configuration params
-#  in cluster.conf, but fencing must fail first)
-#fence_ack_manual: fence_ack_manual.sh
-#	cp $@ $^
-
-ack.o: ack.c
-	$(CC) $(CFLAGS) -c -o $@ $<
+# in cluster.conf, but fencing must fail first)
+fence_ack_manual: fence_ack_manual.sh
+	cp $^ $@
 
 install: all
 	if [ ! -d ${sbindir} ]; then \



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

only message in thread, other threads:[~2007-02-13 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-13 19:05 [Cluster-devel] cluster/fence/agents/manual Makefile ack.c man lhh

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.