Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[sfrench/cifs-2.6.git] / scripts / Kbuild.include
index 83a1637417e59664ec2b652c1ab4278639628b53..08e011175b4c879852a2cc203ea0b2ccf4ce8cfc 100644 (file)
@@ -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 $@);                                     \