All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools] Makefile: drop KERNELVERSION
@ 2021-07-30 12:58 Baruch Siach
  2021-08-01 15:01 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2021-07-30 12:58 UTC (permalink / raw)
  To: linux-i2c; +Cc: Jean Delvare, Baruch Siach

KERNELVERSION is unused since commit 4b89e48a1039f ("Delete the
decode-xeon script...").

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index e784921f9f98..5ac8a59dd390 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,6 @@ USE_STATIC_LIB := 1
 endif
 endif
 
-KERNELVERSION	:= $(shell uname -r)
-
 .PHONY: all strip clean install uninstall
 
 all:
-- 
2.30.2


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

* Re: [PATCH i2c-tools] Makefile: drop KERNELVERSION
  2021-07-30 12:58 [PATCH i2c-tools] Makefile: drop KERNELVERSION Baruch Siach
@ 2021-08-01 15:01 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2021-08-01 15:01 UTC (permalink / raw)
  To: Baruch Siach; +Cc: linux-i2c

On Fri, 30 Jul 2021 15:58:00 +0300, Baruch Siach wrote:
> KERNELVERSION is unused since commit 4b89e48a1039f ("Delete the
> decode-xeon script...").
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index e784921f9f98..5ac8a59dd390 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -50,8 +50,6 @@ USE_STATIC_LIB := 1
>  endif
>  endif
>  
> -KERNELVERSION	:= $(shell uname -r)
> -
>  .PHONY: all strip clean install uninstall
>  
>  all:

Applied, thanks.

-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2021-08-01 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 12:58 [PATCH i2c-tools] Makefile: drop KERNELVERSION Baruch Siach
2021-08-01 15:01 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.