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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> ----------------------------------------------------------------------- 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
