From fd416b60402d0f25a5d9ac193d1669674bd5b14f Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 4 May 2009 18:50:25 +0000 Subject: [PATCH] b=16312 i=wangyb i=jack - fixes vanilla build: typo - enhanced incomplete cache detection - put ext3 source into kernel-devel for rhel5 to get rid of ugly lbuild hack - clean up the RPM smp type specification as well as .config selection - we can actually get rid of the rhel5 -smp .configs in the lustre tree now - find the kernel rpm by looking at rpm attributes instead of just filenames - fix a bug where some old code was setting global variables it is no longer able to set - add "lnxmin" to the sles10 target file to deal with the breakage that bug 19336 will aim to fix properly --- lustre/kernel_patches/targets/2.6-sles10.target.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/kernel_patches/targets/2.6-sles10.target.in b/lustre/kernel_patches/targets/2.6-sles10.target.in index a99a946..f260c11 100644 --- a/lustre/kernel_patches/targets/2.6-sles10.target.in +++ b/lustre/kernel_patches/targets/2.6-sles10.target.in @@ -1,4 +1,8 @@ lnxmaj="2.6.16" +lnxmin=".60" +# when we fix up this lnxmaj/lnxmin/lnxrel business... +#lnxrel="0.37_f594963d" +# and note that this means we get rid of the EXTRA_VERSION_DELIMITER crap!! lnxrel="60-0.37_f594963d" # this is the delimeter that goes between $lnxmaj and $lnxrel -- 1.8.3.1