From 8adc640c1f6d03a29f6b815ca8e1b4ec2d0d62f9 Mon Sep 17 00:00:00 2001
From: amrutjoshi <amrutjoshi>
Date: Wed, 5 Mar 2003 06:47:27 +0000
Subject: [PATCH] Commenting out liblustre from make targets until Makefile.am
 in liblustre is fixed

---
 lustre/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lustre/Makefile.am b/lustre/Makefile.am
index f16f126bf5..9f837adf30 100644
--- a/lustre/Makefile.am
+++ b/lustre/Makefile.am
@@ -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"
-- 
GitLab