On Thu, Nov 29, 2007 at 10:46:38AM -0500, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
>
> ---
>
> Makefile | 1 -
> scripts/package/Makefile | 5 ++---
> 2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index a65ffd2..eca8513 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1174,7 +1174,6 @@ help:
> @echo ' dir/ - Build all files in dir and below'
> @echo ' dir/file.[ois] - Build specified target only'
> @echo ' dir/file.ko - Build module including final link'
> - @echo ' rpm - Build a kernel as an RPM package'
> @echo ' tags/TAGS - Generate tags file for editors'
> @echo ' cscope - Generate cscope index'
> @echo ' kernelrelease - Output the release version string'
> diff --git a/scripts/package/Makefile b/scripts/package/Makefile
> index 7c434e0..941599f 100644
> --- a/scripts/package/Makefile
> +++ b/scripts/package/Makefile
> @@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/
> # Help text displayed when executing 'make help'
> # ---------------------------------------------------------------------------
> help: FORCE
> - @echo ' rpm-pkg - Build the kernel as an RPM package'
> - @echo ' binrpm-pkg - Build an rpm package containing the compiled
> kernel'
> - @echo ' and modules'
> + @echo ' {rpm-pkg,rpm} - Build both source and binary RPM kernel
> packages'
> + @echo ' binrpm-pkg - Build only the binary kernel package'
Dropped 'rpm' taget from the description. It is legacy and should not be
advertised.
Otherwise applied.
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html