Drop Q= in make options.

Because the `%make_build` macro includes the `V=1`. Note there is no actual
difference of build.log between before and after this commit.

```
$ rpm --eval %make_build
/usr/bin/make -O -j8 V=1 VERBOSE=1
```
This commit is contained in:
Jun Aruga 2022-04-21 16:52:48 +02:00
parent c2061af620
commit 03e8cec9fe

View File

@ -672,7 +672,7 @@ autoconf
# Q= makes the build output more verbose and allows to check Fedora
# compiler options.
%make_build COPY="cp -p" Q=
%make_build COPY="cp -p"
%install
rm -rf %{buildroot}