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:
parent
c2061af620
commit
03e8cec9fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue