summaryrefslogtreecommitdiffstats
path: root/rules/libpv.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 18:19:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:51 +0100
commitb503eb1f8846ecd6a67d023c84b5f5fc34dfe80a (patch)
treeb709bdc628bc626db9103738f743e0d5526f4e8e /rules/libpv.make
parentc357e3f5ca9c7212962ffc9f4c8ef52aaf19fb8d (diff)
downloadptxdist-b503eb1f8846ecd6a67d023c84b5f5fc34dfe80a.tar.gz
ptxdist-b503eb1f8846ecd6a67d023c84b5f5fc34dfe80a.tar.xz
[libpv] remove obsolete clean target & other cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpv.make')
-rw-r--r--rules/libpv.make22
1 files changed, 6 insertions, 16 deletions
diff --git a/rules/libpv.make b/rules/libpv.make
index be465db63..0144b3695 100644
--- a/rules/libpv.make
+++ b/rules/libpv.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 2922 2005-07-11 19:17:53Z rsc $
#
# Copyright (C) 2005 by Robert Schwebel
# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
@@ -18,12 +17,12 @@ PACKAGES-$(PTXCONF_LIBPV) += libpv
#
# Paths and names
#
-LIBPV_VERSION = 1.4.1
-LIBPV = libpv-$(LIBPV_VERSION)
-LIBPV_SUFFIX = tar.bz2
-LIBPV_URL = http://www.pengutronix.de/software/libpv/download/$(LIBPV).$(LIBPV_SUFFIX)
-LIBPV_SOURCE = $(SRCDIR)/$(LIBPV).$(LIBPV_SUFFIX)
-LIBPV_DIR = $(BUILDDIR)/$(LIBPV)
+LIBPV_VERSION := 1.4.1
+LIBPV := libpv-$(LIBPV_VERSION)
+LIBPV_SUFFIX := tar.bz2
+LIBPV_URL := http://www.pengutronix.de/software/libpv/download/$(LIBPV).$(LIBPV_SUFFIX)
+LIBPV_SOURCE := $(SRCDIR)/$(LIBPV).$(LIBPV_SUFFIX)
+LIBPV_DIR := $(BUILDDIR)/$(LIBPV)
# ----------------------------------------------------------------------------
@@ -103,13 +102,4 @@ endif
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-libpv_clean:
- rm -rf $(STATEDIR)/libpv.*
- rm -rf $(PKGDIR)/libpv_*
- rm -rf $(LIBPV_DIR)
-
# vim: syntax=make