diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-04 23:33:08 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 09:04:03 -0400 |
commit | 6916162c7308332d5a029521821f925466de311d (patch) | |
tree | 28276686f47fdef6c306be5d3d910d60698b7336 /scripts | |
parent | bd412d81b7ea4cfa265e3d2309a166181ec7bdab (diff) |
kbuild: remove duplicated comments about PHONY
The comment is the same as in the top-level Makefile.
Also, the comments contain typos:
- the .PHONY variable -> the PHONY variable
- se we can ... -> so we can ...
Instead of fixing the typos, just remove the duplicated comments.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.build | 3 | ||||
-rw-r--r-- | scripts/Makefile.clean | 3 | ||||
-rw-r--r-- | scripts/Makefile.modbuiltin | 4 | ||||
-rw-r--r-- | scripts/Makefile.modinst | 4 | ||||
-rw-r--r-- | scripts/Makefile.modpost | 4 | ||||
-rw-r--r-- | scripts/Makefile.modsign | 3 |
6 files changed, 0 insertions, 21 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index e7889f486ca1..514ed63ff571 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -590,7 +590,4 @@ endif | |||
590 | # We never want them to be removed automatically. | 590 | # We never want them to be removed automatically. |
591 | .SECONDARY: $(targets) | 591 | .SECONDARY: $(targets) |
592 | 592 | ||
593 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
594 | # information in a variable se we can use it in if_changed and friends. | ||
595 | |||
596 | .PHONY: $(PHONY) | 593 | .PHONY: $(PHONY) |
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 808d09f27ad4..17ef94c635cd 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean | |||
@@ -88,7 +88,4 @@ PHONY += $(subdir-ymn) | |||
88 | $(subdir-ymn): | 88 | $(subdir-ymn): |
89 | $(Q)$(MAKE) $(clean)=$@ | 89 | $(Q)$(MAKE) $(clean)=$@ |
90 | 90 | ||
91 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
92 | # information in a variable se we can use it in if_changed and friends. | ||
93 | |||
94 | .PHONY: $(PHONY) | 91 | .PHONY: $(PHONY) |
diff --git a/scripts/Makefile.modbuiltin b/scripts/Makefile.modbuiltin index a763b4775d06..40867a41615b 100644 --- a/scripts/Makefile.modbuiltin +++ b/scripts/Makefile.modbuiltin | |||
@@ -54,8 +54,4 @@ PHONY += $(subdir-ym) | |||
54 | $(subdir-ym): | 54 | $(subdir-ym): |
55 | $(Q)$(MAKE) $(modbuiltin)=$@ | 55 | $(Q)$(MAKE) $(modbuiltin)=$@ |
56 | 56 | ||
57 | |||
58 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
59 | # information in a variable se we can use it in if_changed and friends. | ||
60 | |||
61 | .PHONY: $(PHONY) | 57 | .PHONY: $(PHONY) |
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index 51ca0244fc8a..ff5ca9817a85 100644 --- a/scripts/Makefile.modinst +++ b/scripts/Makefile.modinst | |||
@@ -35,8 +35,4 @@ modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D)) | |||
35 | $(modules): | 35 | $(modules): |
36 | $(call cmd,modules_install,$(MODLIB)/$(modinst_dir)) | 36 | $(call cmd,modules_install,$(MODLIB)/$(modinst_dir)) |
37 | 37 | ||
38 | |||
39 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
40 | # information in a variable so we can use it in if_changed and friends. | ||
41 | |||
42 | .PHONY: $(PHONY) | 38 | .PHONY: $(PHONY) |
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index df4174405feb..dd92dbbbaa68 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost | |||
@@ -149,8 +149,4 @@ ifneq ($(cmd_files),) | |||
149 | include $(cmd_files) | 149 | include $(cmd_files) |
150 | endif | 150 | endif |
151 | 151 | ||
152 | |||
153 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
154 | # information in a variable se we can use it in if_changed and friends. | ||
155 | |||
156 | .PHONY: $(PHONY) | 152 | .PHONY: $(PHONY) |
diff --git a/scripts/Makefile.modsign b/scripts/Makefile.modsign index 171483bc0538..da56aa78d245 100644 --- a/scripts/Makefile.modsign +++ b/scripts/Makefile.modsign | |||
@@ -27,7 +27,4 @@ modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D)) | |||
27 | $(modules): | 27 | $(modules): |
28 | $(call cmd,sign_ko,$(MODLIB)/$(modinst_dir)) | 28 | $(call cmd,sign_ko,$(MODLIB)/$(modinst_dir)) |
29 | 29 | ||
30 | # Declare the contents of the .PHONY variable as phony. We keep that | ||
31 | # information in a variable se we can use it in if_changed and friends. | ||
32 | |||
33 | .PHONY: $(PHONY) | 30 | .PHONY: $(PHONY) |