2004-01-16 07:04:55

by Pete Zaitcev

[permalink] [raw]
Subject: Patchlet for arch help in 2.6.1 s390

--- linux-2.6.1-mm3/arch/s390/Makefile 2004-01-09 01:59:10.000000000 -0500
+++ linux-2.6.1-mm3-s390/arch/s390/Makefile 2004-01-15 22:00:50.000000000 -0500
@@ -70,3 +70,8 @@
$(call filechk,gen-asm-offsets)

CLEAN_FILES += include/asm-$(ARCH)/offsets.h
+
+# Don't use tabs in echo arguments.
+define archhelp
+ echo '* image - Kernel image for IPL ($(boot)/image)'
+endef


2004-01-16 12:08:51

by Martin Schwidefsky

[permalink] [raw]
Subject: Re: Patchlet for arch help in 2.6.1 s390


Hi Pete,

> --- linux-2.6.1-mm3/arch/s390/Makefile 2004-01-09
01:59:10.000000000 -0500
> +++ linux-2.6.1-mm3-s390/arch/s390/Makefile 2004-01-15
22:00:50.000000000 -0500
> @@ -70,3 +70,8 @@
> $(call filechk,gen-asm-offsets)
>
> CLEAN_FILES += include/asm-$(ARCH)/offsets.h
> +
> +# Don't use tabs in echo arguments.
> +define archhelp
> + echo '* image - Kernel image for IPL ($(boot)/image)'
> +endef

this makes sense. I added this to out repository.

blue skies,
Martin