commit | 15964864c051b31df7d2f9101fe8cc47854a0ab8 | [log] [tgz] |
---|---|---|
author | Oleg Verych <olecom@flower.upol.cz> | Sun Dec 10 02:18:40 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sun Dec 10 09:55:39 2006 -0800 |
tree | 6b1bd3b46dd279c2162827f1f610a272efe01628 | |
parent | bf4735a46a6b8dfc1a951f05683e80374d8baa70 [diff] |
[PATCH] kbuild: fix-rR-is-now-default `make -d help | grep Makefile` shows patterns, where make tries to rebuild included and top makefiles. While `make -rR is now default' commit should fix this, actually, it was just a little janitorial. This fix is aimed to complete cancelling implicit rules. Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Oleg Verych <olecom@flower.upol.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>