From 0114c87beb2ebd4968004881f6094474153528e0 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 9 Nov 2023 18:12:46 +0530 Subject: [PATCH] remove the silent flag from the make macro --- kernel-ml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-ml.spec b/kernel-ml.spec index 17abcc6..5b63a88 100644 --- a/kernel-ml.spec +++ b/kernel-ml.spec @@ -529,7 +529,7 @@ device input and output, etc. %global _build_id_links none # Set up our "big" %%{make} macro. -%global make %{__make} -s HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}" +%global make %{__make} HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}" %prep %ifarch x86_64 || aarch64