Skip to content

Commit

Permalink
[BUILD] Fix build order. Gotta love circular build depends...
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <[email protected]>
  • Loading branch information
fabbione committed Apr 26, 2008
1 parent facac9f commit 84ebd94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand All @@ -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) \
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 84ebd94

Please sign in to comment.