kpatch-create: no need to do a make during cleanup

This commit is contained in:
Josh Poimboeuf 2013-01-22 16:37:57 -05:00
parent 8bb23d3893
commit 46f1e166e8
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ cleanup ()
if [ $PATCHED ]; then
cd "$KERNEL_DIR"
patch -p1 -R < "$PATCH"
export CROSS_COMPILE="$KPATCHGCC "
$MAKE_CMD > /dev/null
fi
rm -rf "$TMPDIR"