From 37cec08b20edb6d226c453864ae7378bcb7c7a17 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 2 Feb 2019 03:05:20 -0500 Subject: [PATCH] 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. --- git.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git.spec b/git.spec index 4f3fee4..8ccf240 100644 --- a/git.spec +++ b/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}