On Tue, Nov 24, 2020 at 07:03:42PM -0000, GitLab Bridge on behalf of bcrocker wrote:
From: bcrocker on gitlab.com
Add a GIT macro to Makefile:
GIT ?= git
and replace literal occurrences of 'git' with $(GIT)\ in Makefile and Makefile.common.
This change enables us to override 'git' with, e.g., some\ arbitrary shell script that prints additional information\ and/or does additional processing before and/or after (or\ even instead of) invoking /usr/bin/git.
Acked-by: Don Zickus dzickus@redhat.com
Signed-off-by: Ben Crocker bcrocker@redhat.com _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org