summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:31 +0200
commit889eca3a9a1a25218b05454a7fed5fd4f730350e (patch)
tree0bb9552b6fdaa4b77e793cc7428184ea06e1e112
parenta85b25aea852f1c802289dc9e662008a8a2266da (diff)
downloadptxdist-889eca3a9a1a25218b05454a7fed5fd4f730350e.tar.gz
ptxdist-889eca3a9a1a25218b05454a7fed5fd4f730350e.tar.xz
[rootfs] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/rootfs.make41
1 files changed, 1 insertions, 40 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index d9be65dab..5504daa89 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -2,6 +2,7 @@
#
# Copyright (C) 2002, 2003 by Pengutronix e.K., Hildesheim, Germany
# 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.
#
@@ -18,46 +19,6 @@ PACKAGES-$(PTXCONF_ROOTFS) += rootfs
ROOTFS_VERSION := 1.0.0
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rootfs.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rootfs.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rootfs.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rootfs.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rootfs.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------