Re: [PATCH] `make help' in build tree doesn't show headers_* targets

2007-01-29 Thread Oleg Verych
> From: Geert Uytterhoeven > Newsgroups: gmane.linux.kernel > Subject: [PATCH] `make help' in build tree doesn't show headers_* targets > Date: Mon, 29 Jan 2007 13:47:01 +0100 (CET) > `make help' in the build tree doesn't show the help texts about the > `headers_install'

[PATCH] `make help' in build tree doesn't show headers_* targets

2007-01-29 Thread Geert Uytterhoeven
`make help' in the build tree doesn't show the help texts about the `headers_install' and `headers_check' targets because it looks for include/asm-$(ARCH)/Kbuild in the wrong place. Add the missing `$(srctree)' prefixes to fix this. Also move the printing of the default install path for the

[PATCH] `make help' in build tree doesn't show headers_* targets

2007-01-29 Thread Geert Uytterhoeven
`make help' in the build tree doesn't show the help texts about the `headers_install' and `headers_check' targets because it looks for include/asm-$(ARCH)/Kbuild in the wrong place. Add the missing `$(srctree)' prefixes to fix this. Also move the printing of the default install path for the

Re: [PATCH] `make help' in build tree doesn't show headers_* targets

2007-01-29 Thread Oleg Verych
From: Geert Uytterhoeven Newsgroups: gmane.linux.kernel Subject: [PATCH] `make help' in build tree doesn't show headers_* targets Date: Mon, 29 Jan 2007 13:47:01 +0100 (CET) `make help' in the build tree doesn't show the help texts about the `headers_install' and `headers_check' targets