remove the silent flag from the make macro
This commit is contained in:
parent
3fd1bebbb4
commit
0114c87beb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user