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:
Todd Zullinger 2019-02-02 03:05:20 -05:00
parent c9d5e18948
commit 37cec08b20

View File

@ -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}