From bfb769ce0f63c7839f42577cfdd48dbf5c401050 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 18 Aug 2005 20:18:39 +0000 Subject: [PATCH] fix possible double-version with suse kernels --- build/lmake | 1 + 1 file changed, 1 insertion(+) diff --git a/build/lmake b/build/lmake index b3e38ff..69299d4 100755 --- a/build/lmake +++ b/build/lmake @@ -352,6 +352,7 @@ depend_kernel() perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -${EXTRA_VERSION}${TARGET_CONFIG}/" Makefile echo "Making depend in $PWD..." $MAKE "$MAKE_CC" mrproper || fatal 1 "Error running make mrproper" + rm -f rpm-release cp "$CONFIG_FILE" .config for oc in oldconfig_nonint silentoldconfig oldconfig ; do if grep -q "$oc" Makefile ; then -- 1.8.3.1