Skip to content

Commit

Permalink
kbuild: remove leftover comment for filechk utility
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
Villemoes authored and masahir0y committed Oct 20, 2020
1 parent 0f6372e commit 8402ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/Kbuild.include
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ kecho := $($(quiet)kecho)
# - If no file exist it is created
# - If the content differ the new file is used
# - If they are equal no change, and no timestamp update
# - stdin is piped in from the first prerequisite ($<) so one has
# to specify a valid file as first prerequisite (often the kbuild file)
define filechk
$(Q)set -e; \
mkdir -p $(dir $@); \
Expand Down

0 comments on commit 8402ee1

Please sign in to comment.