Message ID | bba4e1dd32c0e30b70443d70ff79187683fed9b3.1405246009.git.ydroneaud@opteya.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jul 13, 2014 at 12:15:29PM +0200, Yann Droneaud wrote: > 'headers_install.txt' from Documentation/make/ is related to Kbuild > so it must be moved in Documentation/kbuild/ directory. > > As Documentation/make/ directory has only one file, it will be removed > as a consequence of moving 'headers_install.txt'. > > Cc: Kirill A. Shutemov <kirill@shutemov.name> > Cc: Michal Marek <mmarek@suse.cz> > Cc: David Woodhouse <dwmw2@infradead.org> > Cc: Rob Landley <rob@landley.net> > Cc: Sam Ravnborg <sam@ravnborg.org> > Signed-off-by: Yann Droneaud <ydroneaud@opteya.com> This is much better - thanks. Acked-by: Sam Ravnborg <sam@ravnborg.org> > --- > Documentation/kbuild/00-INDEX | 2 ++ > Documentation/{make => kbuild}/headers_install.txt | 0 > 2 files changed, 2 insertions(+) > rename Documentation/{make => kbuild}/headers_install.txt (100%) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2014-07-13 23:18, Sam Ravnborg wrote: > On Sun, Jul 13, 2014 at 12:15:29PM +0200, Yann Droneaud wrote: >> 'headers_install.txt' from Documentation/make/ is related to Kbuild >> so it must be moved in Documentation/kbuild/ directory. >> >> As Documentation/make/ directory has only one file, it will be removed >> as a consequence of moving 'headers_install.txt'. >> >> Cc: Kirill A. Shutemov <kirill@shutemov.name> >> Cc: Michal Marek <mmarek@suse.cz> >> Cc: David Woodhouse <dwmw2@infradead.org> >> Cc: Rob Landley <rob@landley.net> >> Cc: Sam Ravnborg <sam@ravnborg.org> >> Signed-off-by: Yann Droneaud <ydroneaud@opteya.com> > > This is much better - thanks. > Acked-by: Sam Ravnborg <sam@ravnborg.org> Applied to kbuild.git#misc, thanks. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX index e8d2b6d83a3d..8c5e6aa78004 100644 --- a/Documentation/kbuild/00-INDEX +++ b/Documentation/kbuild/00-INDEX @@ -1,5 +1,7 @@ 00-INDEX - this file: info on the kernel build process +headers_install.txt + - how to export Linux headers for use by userspace kbuild.txt - developer information on kbuild kconfig.txt
'headers_install.txt' from Documentation/make/ is related to Kbuild so it must be moved in Documentation/kbuild/ directory. As Documentation/make/ directory has only one file, it will be removed as a consequence of moving 'headers_install.txt'. Cc: Kirill A. Shutemov <kirill@shutemov.name> Cc: Michal Marek <mmarek@suse.cz> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Rob Landley <rob@landley.net> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Yann Droneaud <ydroneaud@opteya.com> --- Documentation/kbuild/00-INDEX | 2 ++ Documentation/{make => kbuild}/headers_install.txt | 0 2 files changed, 2 insertions(+) rename Documentation/{make => kbuild}/headers_install.txt (100%) diff --git a/Documentation/make/headers_install.txt b/Documentation/kbuild/headers_install.txt similarity index 100% rename from Documentation/make/headers_install.txt rename to Documentation/kbuild/headers_install.txt