From a0df1c61e6e0151a156fc1d6ea1912a4ff67678b Mon Sep 17 00:00:00 2001 From: Wayne Thornton Date: Wed, 21 Jan 2026 13:31:57 -0700 Subject: [PATCH] rtems/make: grammar cleanup in *.cfg files --- make/directory.cfg | 2 +- make/leaf.cfg | 2 +- make/lib.cfg | 2 +- make/main.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make/directory.cfg b/make/directory.cfg index 83ea0ecde3..61ce1703a2 100644 --- a/make/directory.cfg +++ b/make/directory.cfg @@ -1,6 +1,6 @@ # make/directory.cfg # -# Make(1) configuration file include'd by all directory-level Makefile's. +# Make(1) configuration file included by all directory-level Makefiles. # # See also make/main.cfg # diff --git a/make/leaf.cfg b/make/leaf.cfg index 7ce50efaff..ea68de0fed 100644 --- a/make/leaf.cfg +++ b/make/leaf.cfg @@ -1,6 +1,6 @@ # make/leaf.cfg # -# Make(1) configuration file include'd by all leaf-node Makefiles +# Make(1) configuration file included by all leaf-node Makefiles # # diff --git a/make/lib.cfg b/make/lib.cfg index c4a2c679d5..4faf9d5956 100644 --- a/make/lib.cfg +++ b/make/lib.cfg @@ -1,6 +1,6 @@ # make/lib.cfg # -# Make(1) configuration file include'd by all "library" Makefile +# Make(1) configuration file included by all "library" Makefiles # Assumes $(LIB) is set to $(ARCH)/libfoo.a # diff --git a/make/main.cfg b/make/main.cfg index 285e1b9a84..c0e953affe 100644 --- a/make/main.cfg +++ b/make/main.cfg @@ -1,6 +1,6 @@ # make/main.cfg # -# Make(1) configuration file include'd by all Makefile's +# Make(1) configuration file included by all Makefiles # #