From: Michael Jeanson Date: Tue, 26 Feb 2019 15:34:10 +0000 (-0500) Subject: jjb: fix ubuntu kernel builds with new kernel-wedge X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=a46abb0af86d2733c4645ecb1d3c21de4c5d5638;p=lttng-ci.git jjb: fix ubuntu kernel builds with new kernel-wedge Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/param-build.sh b/scripts/lttng-modules/param-build.sh index 93b583e..9169314 100644 --- a/scripts/lttng-modules/param-build.sh +++ b/scripts/lttng-modules/param-build.sh @@ -149,8 +149,8 @@ build_linux_kernel() { exit 0 fi fi - fakeroot debian/rules clean - fakeroot debian/rules genconfigs + fakeroot debian/rules clean KW_DEFCONFIG_DIR=. + fakeroot debian/rules genconfigs KW_DEFCONFIG_DIR=. cp CONFIGS/"${ubuntu_config}" .config ;; *)