* [ptxdist] [PATCH] canutils: remove no longer used rule
@ 2020-02-04 21:03 Ladislav Michl
0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2020-02-04 21:03 UTC (permalink / raw)
To: ptxdist
commit f4f917544638 ("canutils: hardcode version 4.0.6") hardcoded
canutils version, but left no longer used pre rule file in place.
Delete it.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/pre/canutils.make | 18 ------------------
1 file changed, 18 deletions(-)
delete mode 100644 rules/pre/canutils.make
diff --git a/rules/pre/canutils.make b/rules/pre/canutils.make
deleted file mode 100644
index d27529b8a..000000000
--- a/rules/pre/canutils.make
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2003, 2010 by Marc Kleine-Budde <kleine-budde@gmx.de>
-# (C) 2008 by Wolfram Sang <w.sang@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-CANUTILS_VERSION := $(call remove_quotes,$(PTXCONF_CANUTILS_VERSION))
-_version_temp := $(subst ., ,$(CANUTILS_VERSION))
-CANUTILS_VERSION_MAJOR := $(word 1,$(_version_temp))
-CANUTILS_VERSION_MINOR := $(word 2,$(_version_temp))
-CANUTILS_VERSION_MICRO := $(word 3,$(_version_temp))
-
-_version_temp :=
-
-# vim: syntax=make
--
2.25.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-04 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 21:03 [ptxdist] [PATCH] canutils: remove no longer used rule Ladislav Michl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox