From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-218-g84ebd94
Date: 26 Apr 2008 19:57:27 -0000 [thread overview]
Message-ID: <20080426195727.15633.qmail@sourceware.org> (raw)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=84ebd946dff09b1ed3c75ddfb7343b41453eb32b
The branch, master has been updated
via 84ebd946dff09b1ed3c75ddfb7343b41453eb32b (commit)
from facac9f9b1d9575c383e94e10870a71972cdc11a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 84ebd946dff09b1ed3c75ddfb7343b41453eb32b
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date: Sat Apr 26 21:51:39 2008 +0200
[BUILD] Fix build order. Gotta love circular build depends...
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 63c03c3..a3104db 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
include make/defines.mk
REALSUBDIRS = gnbd-kernel/src gfs-kernel/src/gfs \
- cman/lib ccs cman dlm group fence gfs gfs2 gnbd rgmanager
+ cman/lib ccs cman dlm fence/libfenced group fence gfs gfs2 gnbd rgmanager
SUBDIRS = $(filter-out \
$(if ${without_gnbd-kernel/src},gnbd-kernel/src) \
@@ -21,6 +21,7 @@ SUBDIRS = $(filter-out \
$(if ${without_ccs},ccs) \
$(if ${without_cman},cman) \
$(if ${without_dlm},dlm) \
+ $(if ${without_fence},fence/libfenced) \
$(if ${without_group},group) \
$(if ${without_fence},fence) \
$(if ${without_gfs},gfs) \
@@ -49,7 +50,8 @@ cman/lib:
ccs: cman/lib
cman: ccs
dlm:
-group: ccs dlm
+fence/libfenced:
+group: ccs dlm fence/libfenced
fence: group dlm
gfs:
gfs2:
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-04-26 19:57 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=20080426195727.15633.qmail@sourceware.org \
--to=fabbione@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.