]> www.infradead.org Git - users/hch/configfs.git/commitdiff
kbuild: fix typos "prequisites" to "prerequisites"
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 18 Aug 2024 07:07:11 +0000 (16:07 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 22 Aug 2024 17:41:02 +0000 (02:41 +0900)
This typo in scripts/Makefile.build has been present for more than 20
years. It was accidentally copy-pasted to other scripts/Makefile.* files.
Fix them all.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
scripts/Makefile.build
scripts/Makefile.modfinal
scripts/Makefile.vmlinux
scripts/Makefile.vmlinux_o

index efacca63c89767bbe1f66d4458903c71178b8903..a5ac8ed1936fe8a9a0b410657cc8b2b8848fd843 100644 (file)
@@ -487,7 +487,7 @@ $(subdir-ym):
        need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1) \
        $(filter $@/%, $(single-subdir-goals))
 
-# Add FORCE to the prequisites of a target to force it to be always rebuilt.
+# Add FORCE to the prerequisites of a target to force it to be always rebuilt.
 # ---------------------------------------------------------------------------
 
 PHONY += FORCE
index 1fa98b5e952b4f943a8605c7348d585b8ef5d9c4..306a6bb86e4dc80dc8eaec5836ffa2c20f4b45f6 100644 (file)
@@ -62,7 +62,7 @@ endif
 
 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o)
 
-# Add FORCE to the prequisites of a target to force it to be always rebuilt.
+# Add FORCE to the prerequisites of a target to force it to be always rebuilt.
 # ---------------------------------------------------------------------------
 
 PHONY += FORCE
index 49946cb968440c6fecd63b8076e1a46a87d80aee..5ceecbed31eb771256962cf1e18898748db27dde 100644 (file)
@@ -33,7 +33,7 @@ targets += vmlinux
 vmlinux: scripts/link-vmlinux.sh vmlinux.o $(KBUILD_LDS) FORCE
        +$(call if_changed_dep,link_vmlinux)
 
-# Add FORCE to the prequisites of a target to force it to be always rebuilt.
+# Add FORCE to the prerequisites of a target to force it to be always rebuilt.
 # ---------------------------------------------------------------------------
 
 PHONY += FORCE
index 6de297916ce680accc8eff02aa2957cf8c915f19..d64070b6b4bce068429616d320dfdf0237c470f9 100644 (file)
@@ -87,7 +87,7 @@ targets += modules.builtin
 modules.builtin: modules.builtin.modinfo FORCE
        $(call if_changed,modules_builtin)
 
-# Add FORCE to the prequisites of a target to force it to be always rebuilt.
+# Add FORCE to the prerequisites of a target to force it to be always rebuilt.
 # ---------------------------------------------------------------------------
 
 PHONY += FORCE