linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile
@ 2019-01-08  6:45 Masahiro Yamada
  2019-01-08  7:44 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-01-08  6:45 UTC (permalink / raw)
  To: James E . J . Bottomley, Helge Deller, linux-parisc
  Cc: Masahiro Yamada, linux-kernel

This ccflags-y is never used because arch/parisc/boot/Makefile
only contains objcopy and install targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/parisc/boot/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile
index cad68a5..41cce07 100644
--- a/arch/parisc/boot/Makefile
+++ b/arch/parisc/boot/Makefile
@@ -2,12 +2,6 @@
 # Makefile for the linux parisc-specific parts of the boot image creator.
 #
 
-COMPILE_VERSION := __linux_compile_version_id__`hostname |  \
-			tr -c '[0-9A-Za-z]' '_'`__`date | \
-			tr -c '[0-9A-Za-z]' '_'`_t
-
-ccflags-y  := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
-
 targets := image
 targets += bzImage
 subdir- := compressed
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile
  2019-01-08  6:45 [PATCH] parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile Masahiro Yamada
@ 2019-01-08  7:44 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2019-01-08  7:44 UTC (permalink / raw)
  To: Masahiro Yamada, James E . J . Bottomley, linux-parisc; +Cc: linux-kernel

On 08.01.19 07:45, Masahiro Yamada wrote:
> This ccflags-y is never used because arch/parisc/boot/Makefile
> only contains objcopy and install targets.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

I've added this patch to the parisc for-next tree.

Thanks,
Helge

> ---
> 
>  arch/parisc/boot/Makefile | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile
> index cad68a5..41cce07 100644
> --- a/arch/parisc/boot/Makefile
> +++ b/arch/parisc/boot/Makefile
> @@ -2,12 +2,6 @@
>  # Makefile for the linux parisc-specific parts of the boot image creator.
>  #
>  
> -COMPILE_VERSION := __linux_compile_version_id__`hostname |  \
> -			tr -c '[0-9A-Za-z]' '_'`__`date | \
> -			tr -c '[0-9A-Za-z]' '_'`_t
> -
> -ccflags-y  := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
> -
>  targets := image
>  targets += bzImage
>  subdir- := compressed
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-08  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-08  6:45 [PATCH] parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile Masahiro Yamada
2019-01-08  7:44 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).