All of lore.kernel.org
 help / color / mirror / Atom feed
From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/fence/agents/manual Makefile ack.c man ...
Date: 13 Feb 2007 19:05:43 -0000	[thread overview]
Message-ID: <20070213190543.31157.qmail@sourceware.org> (raw)

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 \



                 reply	other threads:[~2007-02-13 19:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070213190543.31157.qmail@sourceware.org \
    --to=lhh@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.