mirror of https://github.com/dynup/kpatch
kpatch-build: Remove unnecessary 'make prepare'
This was introduced in commit5352d8b01a
('build objects in separate directory to fix caching') but is no longer necessary. Fixes:2e99d6b7a4
('kpatch-build: build the kernel in ~/.kpatch/src again') Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
This commit is contained in:
parent
d6bcffe954
commit
c33adf0ff2
|
@ -763,8 +763,6 @@ if "$KPATCH_MODULE"; then
|
|||
fi
|
||||
|
||||
echo "Building patch module: $MODNAME.ko"
|
||||
cd "$SRCDIR" || die
|
||||
make prepare >> "$LOGFILE" 2>&1 || die
|
||||
|
||||
if [[ ! -z "$UBUNTU_KERNEL" ]]; then
|
||||
# UBUNTU: add UTS_UBUNTU_RELEASE_ABI to utsrelease.h after regenerating it
|
||||
|
|
Loading…
Reference in New Issue