Whamcloud - gitweb
Commenting out liblustre from make targets until Makefile.am in liblustre is fixed
authoramrutjoshi <amrutjoshi>
Wed, 5 Mar 2003 06:47:27 +0000 (06:47 +0000)
committeramrutjoshi <amrutjoshi>
Wed, 5 Mar 2003 06:47:27 +0000 (06:47 +0000)
lustre/Makefile.am

index f16f126..9f837ad 100644 (file)
@@ -12,7 +12,8 @@ DIRS24 = extN ptlbd
 endif
 
 if LIBLUSTRE
-SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils
+#SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils
+SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc 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"