From a79e3a6e3177d27f2c44c537fddd8f6d3ba41d38 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Wed, 17 Feb 2010 11:45:33 +0300 Subject: [PATCH] --- yaml --- r: 199519 b: refs/heads/master c: e8d400a933fa44e2fba3849b084e1ae5814d7fca h: refs/heads/master i: 199517: c1aec23d1c5ca4a04d2d5c450644733e76c88bf9 199515: 0065f69bdbd14bf95539007aa61905a81ac85c61 199511: 1ecb21e4ee27f90d1f9bc936a167b1872f9a383b 199503: bbcfd3eaa79304d9324a1842689a573558a298a7 199487: 6557b95d3d6e20ea8297bac7981437bfdc8f96ae v: v3 --- [refs] | 2 +- trunk/Documentation/kbuild/kbuild.txt | 2 +- trunk/Documentation/kbuild/makefiles.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index beec9b40f8c2..e1aa7c6ef176 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f81b1be40c44b33b9706d64c117edd29e627ad12 +refs/heads/master: e8d400a933fa44e2fba3849b084e1ae5814d7fca diff --git a/trunk/Documentation/kbuild/kbuild.txt b/trunk/Documentation/kbuild/kbuild.txt index 6f8c1cabbc5d..84725b72675a 100644 --- a/trunk/Documentation/kbuild/kbuild.txt +++ b/trunk/Documentation/kbuild/kbuild.txt @@ -65,7 +65,7 @@ CROSS_COMPILE Specify an optional fixed part of the binutils filename. CROSS_COMPILE can be a part of the filename or the full path. -CROSS_COMPILE is also used for ccache is some setups. +CROSS_COMPILE is also used for ccache in some setups. CF -------------------------------------------------- diff --git a/trunk/Documentation/kbuild/makefiles.txt b/trunk/Documentation/kbuild/makefiles.txt index 71c602d61680..01351554df60 100644 --- a/trunk/Documentation/kbuild/makefiles.txt +++ b/trunk/Documentation/kbuild/makefiles.txt @@ -320,7 +320,7 @@ more details, with real examples. subdir-ccflags-y, subdir-asflags-y The two flags listed above are similar to ccflags-y and as-falgs-y. The difference is that the subdir- variants has effect for the kbuild - file where tey are present and all subdirectories. + file where they are present and all subdirectories. Options specified using subdir-* are added to the commandline before the options specified using the non-subdir variants.