summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 18:19:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:51 +0100
commite2a95636ad0f88259f3e854e77f250c681bb9461 (patch)
treed3d913f60b34fa87748816a4a01db4447437899a /rules/cppunit.make
parent11b8ce76fca8ca88e1a21c6810735069756d0203 (diff)
downloadptxdist-e2a95636ad0f88259f3e854e77f250c681bb9461.tar.gz
ptxdist-e2a95636ad0f88259f3e854e77f250c681bb9461.tar.xz
[cppunit] remove obsolete clean target & other cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make21
1 files changed, 6 insertions, 15 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 12edcb208..b7a73e53f 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_CPPUNIT) += cppunit
#
# Paths and names
#
-CPPUNIT_VERSION = 1.12.1
-CPPUNIT = cppunit-$(CPPUNIT_VERSION)
-CPPUNIT_SUFFIX = tar.gz
-CPPUNIT_URL = $(PTXCONF_SETUP_SFMIRROR)/cppunit/$(CPPUNIT).$(CPPUNIT_SUFFIX)
-CPPUNIT_SOURCE = $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
-CPPUNIT_DIR = $(BUILDDIR)/$(CPPUNIT)
+CPPUNIT_VERSION := 1.12.1
+CPPUNIT := cppunit-$(CPPUNIT_VERSION)
+CPPUNIT_SUFFIX := tar.gz
+CPPUNIT_URL := $(PTXCONF_SETUP_SFMIRROR)/cppunit/$(CPPUNIT).$(CPPUNIT_SUFFIX)
+CPPUNIT_SOURCE := $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
+CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT)
# ----------------------------------------------------------------------------
# Get
@@ -70,13 +70,4 @@ $(STATEDIR)/cppunit.targetinstall:
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-cppunit_clean:
- rm -rf $(STATEDIR)/cppunit.*
- rm -rf $(PKGDIR)/cppunit_*
- rm -rf $(CPPUNIT_DIR)
-
# vim: syntax=make