From: amrutjoshi Date: Wed, 5 Mar 2003 06:47:27 +0000 (+0000) Subject: Commenting out liblustre from make targets until Makefile.am in liblustre is fixed X-Git-Tag: 0.6.0~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8adc640c1f6d03a29f6b815ca8e1b4ec2d0d62f9;p=fs%2Flustre-release.git Commenting out liblustre from make targets until Makefile.am in liblustre is fixed --- diff --git a/lustre/Makefile.am b/lustre/Makefile.am index f16f126..9f837ad 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"