aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-05 12:33:08 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-06 22:04:03 +0900
commit6916162c7308332d5a029521821f925466de311d (patch)
tree28276686f47fdef6c306be5d3d910d60698b7336 /scripts/Makefile.build
parentkbuild: .PHONY is not a variable, but PHONY is (diff)
downloadlinux-dev-6916162c7308332d5a029521821f925466de311d.tar.xz
linux-dev-6916162c7308332d5a029521821f925466de311d.zip
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/Makefile.build')
-rw-r--r--scripts/Makefile.build3
1 files changed, 0 insertions, 3 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
# We never want them to be removed automatically.
.SECONDARY: $(targets)
-# Declare the contents of the .PHONY variable as phony. We keep that
-# information in a variable se we can use it in if_changed and friends.
-
.PHONY: $(PHONY)