All of lore.kernel.org
 help / color / mirror / Atom feed
* - kbuild-improving-option-checking-fix.patch removed from -mm tree
@ 2007-01-26  4:25 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-01-26  4:25 UTC (permalink / raw)
  To: olecom, sam, zippel, mm-commits


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@flower.upol.cz>

Signed-off-by: Oleg Verych <olecom@flower.upol.cz>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 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@flower.upol.cz are

kbuild-improving-option-checking.patch
kbuild-improving-option-checking-fix.patch
deprecate-smbfs-in-favour-of-cifs-docs.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-26  4:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-26  4:25 - kbuild-improving-option-checking-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.