vondruch / rpms / ruby

Forked from rpms/ruby 6 years ago
Clone

03e8cec Drop `Q=` in make options.

Authored and Committed by jaruga 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    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
    ```
    
        
file modified
+1 -1