From: Brian J. Murrell Date: Sat, 9 Jan 2010 04:36:05 +0000 (-0500) Subject: b=20617 old-school builds sles9 too X-Git-Tag: v1_8_2~39 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=30254d0873d93561b86dcdc8a1bc06c858923cee;p=fs%2Flustre-release.git b=20617 old-school builds sles9 too A portion of the patch for this didn't seem to get committed causing SLES9 builds to fail. --- diff --git a/build/lbuild.old_school b/build/lbuild.old_school index 088219b..095d069 100644 --- a/build/lbuild.old_school +++ b/build/lbuild.old_school @@ -10,7 +10,7 @@ SUSEBUILD=${SUSEBUILD:-0} # make sure this module does not get used for anything other than RHEL4 # as this will die when our RHEL4 support (read: need to build binaries) # dies -if [ "$DISTRO" != "rhel4" ]; then +if [ "$DISTRO" != "rhel4" -a "$DISTRO" != "sles9" ]; then fatal 1 "lbuild.old_school is deprecated and only supported for RHEL4 to add lbuild support for $DISTRO you probably want to create an lbuild-$DISTRO file in the lustre-build module"