X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=config%2Flustre-build-linux.m4;h=26cdfa4adf04986f339f873d68bbae919e99219d;hb=62e93ef9a29341091c49d66a1535ea243ea950be;hp=e1f17bbb04eb74eff4350fdd281c6f5d5cc65e13;hpb=3ce96f162a556c5a3d06d62cb4cf7c05ff698c81;p=fs%2Flustre-release.git diff --git a/config/lustre-build-linux.m4 b/config/lustre-build-linux.m4 index e1f17bb..26cdfa4 100644 --- a/config/lustre-build-linux.m4 +++ b/config/lustre-build-linux.m4 @@ -81,9 +81,7 @@ AC_ARG_WITH([release], AC_HELP_STRING([--with-release=string], [set the release string (default=$kvers_YYYYMMDDhhmm)]), [RELEASE=$withval], [ - RELEASE="" - AS_IF([test "$DOWNSTREAM_RELEASE"], [RELEASE="${DOWNSTREAM_RELEASE}_"]) - RELEASE="$RELEASE$(echo $LINUXRELEASE | tr '-' '_')_$BUILDID"]) + RELEASE="$(echo $LINUXRELEASE | tr '-' '_')"]) AC_MSG_RESULT($RELEASE) AC_SUBST(RELEASE)