summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:28 +0200
commit04ae56df75873bd5444d16afb40b2968937383c8 (patch)
treeda36cb1eb0e25b2967d8e697e38ec4af2cffb4a3 /rules
parent762041ca0dde6664b8a9d2179bbdcce7aabd0b65 (diff)
downloadptxdist-04ae56df75873bd5444d16afb40b2968937383c8.tar.gz
ptxdist-04ae56df75873bd5444d16afb40b2968937383c8.tar.xz
[base-pkgs] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/base-pkgs.make33
1 files changed, 1 insertions, 32 deletions
diff --git a/rules/base-pkgs.make b/rules/base-pkgs.make
index 58430c186..9c001e947 100644
--- a/rules/base-pkgs.make
+++ b/rules/base-pkgs.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -14,38 +15,6 @@
PACKAGES-$(PTXCONF_BASE_PKGS) += base-pkgs
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/base-pkgs.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/base-pkgs.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/base-pkgs.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/base-pkgs.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------