Skip to content

Commit 8402ee1

Browse files
Villemoesmasahir0y
authored andcommitted
kbuild: remove leftover comment for filechk utility
After commit 43fee2b ("kbuild: do not redirect the first prerequisite for filechk"), the rule is no longer automatically passed $< as stdin, so remove the stale comment. Fixes: 43fee2b ("kbuild: do not redirect the first prerequisite for filechk") Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 0f6372e commit 8402ee1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/Kbuild.include

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ kecho := $($(quiet)kecho)
5656
# - If no file exist it is created
5757
# - If the content differ the new file is used
5858
# - If they are equal no change, and no timestamp update
59-
# - stdin is piped in from the first prerequisite ($<) so one has
60-
# to specify a valid file as first prerequisite (often the kbuild file)
6159
define filechk
6260
$(Q)set -e; \
6361
mkdir -p $(dir $@); \

0 commit comments

Comments
 (0)