Skip to content

Commit 2a21a73

Browse files
authored
kernel-mshv: Increase build verbosity (#10851)
Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
1 parent 1346b91 commit 2a21a73

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

SPECS/kernel-mshv/kernel-mshv.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Summary: Mariner kernel that has MSHV Host support
1212
Name: kernel-mshv
1313
Version: 5.15.157.mshv1
14-
Release: 2%{?dist}
14+
Release: 3%{?dist}
1515
License: GPLv2
1616
Group: Development/Tools
1717
Vendor: Microsoft Corporation
@@ -91,7 +91,7 @@ sed -i 's/CONFIG_LOCALVERSION=""/CONFIG_LOCALVERSION="-%{release}"/' .config
9191
make LC_ALL= ARCH=%{arch} olddefconfig
9292

9393
%build
94-
make VERBOSE=1 KBUILD_BUILD_VERSION="1" KBUILD_BUILD_HOST="CBL-Mariner" ARCH=%{arch} %{?_smp_mflags}
94+
make VERBOSE=1 V=1 KBUILD_VERBOSE=1 KBUILD_BUILD_VERSION="1" KBUILD_BUILD_HOST="CBL-Mariner" ARCH=%{arch} %{?_smp_mflags}
9595

9696
%define __modules_install_post \
9797
for MODULE in `find %{buildroot}/lib/modules/%{uname_r} -name *.ko` ; do \
@@ -224,6 +224,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
224224
%{_includedir}/perf/perf_dlfilter.h
225225

226226
%changelog
227+
* Fri Oct 25 2024 Saul Paredes <saulparedes@microsoft.com> - 5.15.157.mshv1-3
228+
- Increase build verbosity
229+
227230
* Mon Jul 08 2024 Mitch Zhu <mitchzhu@microsoft.com> - 5.15.157.mshv1-2
228231
- Update config to enable PSI for cgroup-memory-telemetry
229232

0 commit comments

Comments
 (0)