From: Prarit Bhargava <[email protected]> redhat/Makefile: Deprecate some simple targets
Deprecate some simple targets. Signed-off-by: Prarit Bhargava <[email protected]> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -418,15 +418,23 @@ $(KABIDW_TARBALL): dist-tarball: $(TARBALL) + # deprecated at 5.17.0 + @echo "WARNING: This target will be deprecated in a future release." @echo "redhat/$(TARFILE)" dist-kernelrelease: + # deprecated at 5.17.0 + @echo "WARNING: This target will be deprecated in a future release." @echo $(PACKAGE_NAME)-$(KVERSION)-$(DISTRO_BUILD) dist-kernelversion: + # deprecated at 5.17.0 + @echo "WARNING: This target will be deprecated in a future release." @echo $(KVERSION)-$(DISTRO_BUILD) dist-specfile: setup-source + # deprecated at 5.17.0 + @echo "WARNING: This target will be deprecated in a future release." @echo $(SOURCES)/$(SPECFILE) dist-git-version-check: -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1728 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
