Whamcloud - gitweb
tidy runfailure-ost a touch
[fs/lustre-release.git] / lustre / Makefile.am
index 9072670..a43ae23 100644 (file)
@@ -4,8 +4,10 @@
 # See the file COPYING in this distribution
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc extN mds ost utils tests obdfilter
-SUBDIRS+= obdclass obdext2 obdfs demos doc scripts 
+
+# NOTE: keep extN before mds
+SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc extN 
+SUBDIRS+=  mds ost tests obdfilter obdfs demos doc scripts 
 EXTRA_DIST = BUGS FDL Rules include patches
 
 # We get the version from the spec file.
@@ -13,5 +15,10 @@ configure: scripts/lustre.spec.in
 
 dist-hook:
        find $(distdir) -name .deps | xargs rm -rf
+       find $(distdir) -name CVS | xargs rm -rf
 
 include $(top_srcdir)/Rules
+
+rpms: dist Makefile
+       rpm -ta $(distdir).tar.gz
+