From effd59007649a16873eddfbb7cc0da1b9bc9b071 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 4 Apr 2006 22:02:15 +0000 Subject: [PATCH] Ahhh. For patchless client, we still need the kernel source unpacked and configure needs to know where it is. --- build/lbuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/build/lbuild b/build/lbuild index 8dadf62..3ac9cdf 100755 --- a/build/lbuild +++ b/build/lbuild @@ -697,21 +697,22 @@ unpack_lustre if [ -z "$LINUX" ] ; then load_target - if [ "$SERIES" ] ; then - if (( $DO_SRC )) ; then - unpack_linux + if (( $DO_SRC )) ; then + unpack_linux + if [ "$SERIES" ] ; then patch_linux pack_linux clean_linux - fi - prep_kernel_build - clean_lustre + prep_kernel_build + clean_lustre - build_kernel - else - # can't build a kernel if we have no series for it (i.e. patchless) - build_lustre + build_kernel + else + # can't build a kernel if we have no series for it (i.e. patchless) + LINUX=$(pwd)/linux + build_lustre + fi fi else build_lustre -- 1.8.3.1