From: Prarit Bhargava prarit@redhat.com
redhat/Makefile.variables: Remove mention of Makefile.rhpkg
The Makefile.rhpkg no longer exists.
Signed-off-by: Prarit Bhargava prarit@redhat.com
diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables index blahblah..blahblah 100644 --- a/redhat/Makefile.variables +++ b/redhat/Makefile.variables @@ -1,7 +1,6 @@ -# Only the variables listed in this file, ../Makefile.rhelver, and -# Makefile.rhpkg are available for command line modification. There is no -# guarantee on the stability of variables found in this file, or any other -# redhat/ Makefile. +# Only the variables listed in this file and Makefile.rhpkg are available for +# command line modification. There is no guarantee on the stability of +# variables found in this file, or any other redhat/ Makefile. # # Merge requests to include additional variables in _this_ file must include # details of why the variable must be exported.
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2240