X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FMakefile.am;h=f16f126bf502ba006c04d0eac8d5bc325c70f0c2;hb=040033cef24c5aca2967daf2da7a862abcd074cf;hp=7c580ea1fa44795b12462a4d372046fbabc6c61e;hpb=72cdb4c48d4f9af3875de62fb41fc67dc35967e5;p=fs%2Flustre-release.git diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 7c580ea1..f16f126 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -5,12 +5,24 @@ AUTOMAKE_OPTIONS = foreign -# NOTE: keep extN before mds -SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc -SUBDIRS+= extN mds ost tests obdfilter doc scripts +if LINUX25 +DIRS24 = +else +DIRS24 = extN ptlbd +endif + +if LIBLUSTRE +SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils +else +# NOTE: keep extN before obdclass, mds, and obdfilter. Keep obdclass as early +# as possible, to have the best chance at stopping with "wrong kernel version" +# instead of some related build failure. +SUBDIRS = $(DIRS24) obdclass mds utils ptlrpc ldlm lib obdfilter mdc osc ost +SUBDIRS+= llite obdecho lov cobd tests doc scripts conf +endif DIST_SUBDIRS = $(SUBDIRS) -EXTRA_DIST = BUGS FDL Rules include patches archdep.m4 +EXTRA_DIST = BUGS FDL Rules include archdep.m4 kernel_patches # We get the version from the spec file. CONFIGURE_DEPENDENCIES = scripts/lustre.spec.in @@ -22,5 +34,4 @@ dist-hook: include $(top_srcdir)/Rules rpms: dist Makefile - rpm -ta $(distdir).tar.gz - + rpmbuild -ta $(distdir).tar.gz