Fix: always call modules_prepare on kernel source for lttng-modules build
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 23 Nov 2018 22:20:03 +0000 (17:20 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 23 Nov 2018 22:20:03 +0000 (17:20 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/check-build-needs.sh

index 6ad7a8c10cd8a315bd19f7b39c75badd24962786..fc15c83bc877b6827b43b273632e6cae5a531563 100644 (file)
@@ -66,6 +66,7 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
 
   # Embed everything
   make --directory="$LINUX_PATH" localyesconfig
+  make --directory="$LINUX_PATH" modules_prepare
 fi
 
 #We create files to specify what needs to be built for the subsequent build steps
This page took 0.039268 seconds and 4 git commands to generate.