Print config.mak to aid confirmation/verification of settings
Having the output of the config.mak file in the build output is very convenient, particularly when building in koji or copr where it is not possible to directly access the buildroot.
This commit is contained in:
parent
c9d5e18948
commit
37cec08b20
3
git.spec
3
git.spec
@ -501,6 +501,9 @@ GIT_TEST_OPTS = -x --verbose-log
|
||||
TEST_SHELL_PATH = /bin/bash
|
||||
EOF
|
||||
|
||||
# Print config.mak to aid confirmation/verification of settings
|
||||
cat config.mak
|
||||
|
||||
# Filter bogus perl requires
|
||||
# packed-refs comes from a comment in contrib/hooks/update-paranoid
|
||||
%if %{use_new_rpm_filters}
|
||||
|
Loading…
Reference in New Issue
Block a user