Whamcloud - gitweb
b=16312
authorbrian <brian>
Mon, 4 May 2009 18:50:25 +0000 (18:50 +0000)
committerbrian <brian>
Mon, 4 May 2009 18:50:25 +0000 (18:50 +0000)
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

index a99a946..f260c11 100644 (file)
@@ -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