From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] canutils: remove no longer used rule
Date: Tue, 4 Feb 2020 22:03:59 +0100 [thread overview]
Message-ID: <20200204210359.GA33146@lenoch> (raw)
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
reply other threads:[~2020-02-04 21:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200204210359.GA33146@lenoch \
--to=ladis@linux-mips.org \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox