The patch titled spell 4 kbuild: improving option checking has been removed from the -mm tree. Its filename was kbuild-improving-option-checking-fix.patch This patch was dropped because it was folded into kbuild-improving-option-checking.patch ------------------------------------------------------ Subject: spell 4 kbuild: improving option checking From: Oleg Verych <olecom@xxxxxxxxxxxxxx> Signed-off-by: Oleg Verych <olecom@xxxxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/Kbuild.include | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff -puN scripts/Kbuild.include~kbuild-improving-option-checking-fix scripts/Kbuild.include --- a/scripts/Kbuild.include~kbuild-improving-option-checking-fix +++ a/scripts/Kbuild.include @@ -1,7 +1,7 @@ #### # kbuild: Generic definitions -# Convinient constants +# Convenient constants comma := , squote := ' empty := @@ -170,7 +170,7 @@ make-cmd = $(subst \#,\\\#,$(subst $$,$$ # PHONY targets skipped in both cases. any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) -# Execute command if command has changed or prerequisitei(s) are updated +# Execute command if command has changed or prerequisite(s) are updated # if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ @set -e; \ @@ -187,7 +187,7 @@ if_changed_dep = $(if $(strip $(any-prer mv -f $(dot-target).tmp $(dot-target).cmd) # Usage: $(call if_changed_rule,foo) -# will check if $(cmd_foo) changed, or any of the prequisites changed, +# will check if $(cmd_foo) changed, or any of the prerequisites changed, # and if so will execute $(rule_foo) if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ @set -e; \ @@ -232,3 +232,5 @@ why = echo-why = $(call escsq, $(strip $(why))) endif + + LocalWords: prequisites _ Patches currently in -mm which might be from olecom@xxxxxxxxxxxxxx are kbuild-improving-option-checking.patch kbuild-improving-option-checking-fix.patch deprecate-smbfs-in-favour-of-cifs-docs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html