* [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-218-g84ebd94
@ 2008-04-26 19:57 fabbione
0 siblings, 0 replies; only message in thread
From: fabbione @ 2008-04-26 19:57 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-26 19:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-26 19:57 [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-218-g84ebd94 fabbione
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.