From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1iz5MX-0000wf-WC for ptxdist@pengutronix.de; Tue, 04 Feb 2020 22:04:02 +0100 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23992185AbgBDVEAB3Ijb (ORCPT ); Tue, 4 Feb 2020 22:04:00 +0100 Date: Tue, 4 Feb 2020 22:03:59 +0100 From: Ladislav Michl Message-ID: <20200204210359.GA33146@lenoch> MIME-Version: 1.0 Content-Disposition: inline Subject: [ptxdist] [PATCH] canutils: remove no longer used rule List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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 -# (C) 2008 by Wolfram Sang -# -# 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