On Thu, Jan 03, 2008 at 04:42:24PM +0100, Andi Kleen wrote:
> 
> Add missing targets and missing options in x86 make help
> 
> Cc: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]

Ingo - I assume you add this to x86.git.

PS. It looks like we have a tab embeded in the echo statements -
    we should kill the remaining uses if thats correct.

        Sam


> 
> Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
> 
> ---
>  arch/x86/Makefile |   10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> Index: linux/arch/x86/Makefile
> ===================================================================
> --- linux.orig/arch/x86/Makefile
> +++ linux/arch/x86/Makefile
> @@ -247,9 +247,13 @@ define archhelp
>    echo  '               (your) ~/bin/installkernel or'
>    echo  '               (distribution) /sbin/installkernel or'
>    echo  '               install to $$(INSTALL_PATH) and run lilo'
> -  echo  '  bzdisk       - Create a boot floppy in /dev/fd0'
> -  echo  '  fdimage      - Create a boot floppy image'
> -  echo  '  isoimage     - Create a boot CD-ROM image'
> +  echo  '  fdimage      - Create 1.4MB boot floppy image 
> (arch/x86/boot/fdimage)'
> +  echo  '  fdimage144        - Create 1.4MB boot floppy image 
> (arch/x86/boot/fdimage)'
> +  echo  '  fdimage288        - Create 2.8MB boot floppy image 
> (arch/x86/boot/fdimage)'
> +  echo  '  isoimage     - Create a boot CD-ROM image 
> (arch/x86/boot/image.iso)'
> +  echo  '                  bzdisk/fdimage*/isoimage also accept:'
> +  echo  '                  FDARGS="..."  arguments for the booted kernel'
> +  echo  '                  FDINITRD=file initrd for the booted kernel'
>  endef
>  
>  CLEAN_FILES += arch/x86/boot/fdimage \
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to