[OS-BUILD PATCHv4 7/7] redhat/README.Makefile: Add a Makefile README file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Prarit Bhargava <prarit@xxxxxxxxxx>

redhat/README.Makefile: Add a Makefile README file

Add a Makefile README file that explains the layout of the Makefiles, and
the policies for modifying the Makefiles.

Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx>

diff --git a/redhat/docs/index.rst b/redhat/docs/index.rst
index blahblah..blahblah 100644
--- a/redhat/docs/index.rst
+++ b/redhat/docs/index.rst
@@ -110,6 +110,7 @@ Contributor Guide
    repository-layout
    submitting-contributions
    faq
+   makefile-changes
 
 
 Maintainer Guide
diff --git a/redhat/docs/makefile-changes.rst b/redhat/docs/makefile-changes.rst
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/docs/makefile-changes.rst
@@ -0,0 +1,76 @@
+.. _makefile-changes:
+
+===================
+Makefile Guidelines
+===================
+
+The Red Hat Makefiles in the /redhat directory are
+
+.. code-block:: sh
+
+   Makefile
+   Makefile.cross
+   Makefile.rhpkg
+   Makefile.variables
+
+Each of these Makefiles serves a specific purpose.
+
+Makefile
+========
+
+This file's purpose is to create an SRPM.  Other targets in this Makefile
+create kernel config files, submit SRPMS to build systems (brew and koji),
+and other SRPM construction operations.
+
+Variables declared in this Makefile are not stable (see Makefile.variables
+section) and may change without notice.  The variables are exported for use by
+scripts called in the targets.
+
+Makefile.cross
+==============
+
+This file's purpose is to supply easy-to-use cross compiling targets.  The
+Makefile was written with the assumption that the host architecture is x86_64.
+
+Makefile.rhpkg
+==============
+
+This file contains variables that can be overidden by declarations in
+~/.rhpkg.mk or $(TOPDIR)/.rhpkg.mk.
+
+Makefile.variables
+==================
+
+This file's purpose is to provide a list of stable variables for use by
+external scripts.  Variables in this file should be considered stable.
+Variables still may be deprecated and will follow the guidelines in
+"Deprecating variables and targets" section below.
+
+Deprecating variables and targets
+=================================
+
+Occasionally developers may make a change that removes a variable from
+Makefile.variables or Makefile.rhpkg, or a target from Makefile or
+Makefile.cross.
+
+In these cases, the removal will be preceded by a warning on use of the
+variable or target execution that is output to the user.  After two upstream
+releases, the variable or target will be removed from the Makefiles.
+
+For example
+
+.. code-block:: sh
+
+  ifdef BREW_FLAGS
+    # deprecated in 5.17.0
+    $(warning WARNING: BREW_FLAGS will be deprecated in a later release, use BUILD_FLAGS instead.)
+  endif
+
+or,
+
+.. code-block:: sh
+
+  dist-kernelversion:
+    # deprecated in 5.17.0
+    @echo "WARNING: This target will be removed in a later release."
+    @echo $(KVERSION)-$(DISTRO_BUILD)
diff --git a/redhat/docs/submitting-contributions.rst b/redhat/docs/submitting-contributions.rst
index blahblah..blahblah 100644
--- a/redhat/docs/submitting-contributions.rst
+++ b/redhat/docs/submitting-contributions.rst
@@ -77,6 +77,11 @@ review from Red Hat kernel developers, where-as the configurations in
 ``fedora`` can be changed with the approval of the Fedora kernel
 maintainers.
 
+Makefile changes
+----------------
+
+Guidelines for makefile target and variable changes are found in the :ref:`makefile-changes` doc.
+
 Commit messages
 ---------------
 

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1652
_______________________________________________
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




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux