From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/magma-plugins Makefile
Date: 9 Jan 2008 18:55:13 -0000 [thread overview]
Message-ID: <20080109185513.7499.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2008-01-09 18:55:12
Modified files:
magma-plugins : Makefile
Log message:
Fix #294491 - make magma_sm.so retry in dlm EINPROG condition
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/magma-plugins/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2
--- cluster/magma-plugins/Attic/Makefile 2008/01/09 18:54:46 1.2.2.1
+++ cluster/magma-plugins/Attic/Makefile 2008/01/09 18:55:12 1.2.2.2
@@ -10,25 +10,25 @@
###############################################################################
###############################################################################
all:
- #cd cman && ${MAKE} all
+ cd cman && ${MAKE} all
cd dumb && ${MAKE} all
cd gulm && ${MAKE} all
cd sm && ${MAKE} all
clean:
- #cd cman && ${MAKE} clean
+ cd cman && ${MAKE} clean
cd dumb && ${MAKE} clean
cd gulm && ${MAKE} clean
cd sm && ${MAKE} clean
install:
- #cd cman && ${MAKE} install
+ cd cman && ${MAKE} install
cd dumb && ${MAKE} install
cd gulm && ${MAKE} install
cd sm && ${MAKE} install
uninstall:
- #cd cman && ${MAKE} uninstall
+ cd cman && ${MAKE} uninstall
cd dumb && ${MAKE} uninstall
cd gulm && ${MAKE} uninstall
cd sm && ${MAKE} uninstall
reply other threads:[~2008-01-09 18:55 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=20080109185513.7499.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.