From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile: Add better pass message for dist-get-buildreqs The dist-get-buildreqs passes silently. Add a pass message for the target. Suggested-by: Patrick Talbert <ptalbert@xxxxxxxxxx> Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -461,6 +461,8 @@ dist-get-buildreqs: setup-source if echo "$$MISSING" | grep -q system-sb-certs ; then \ echo "system-sb-certs can be installed from a RHEL or Centos-Stream CodeReady Linux Builder (CRB) repository."; \ fi; \ + else \ + echo "PASS: All build dependencies found."; \ fi setup-source: dist-git-version-check dist-clean-sources -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1900 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure