summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commit3d5fbdcf50c158d7db6dcc71daf794afdf5303d7 (patch)
treea21dd7979d440f42664b22e22e245da4e1f4f2c4
parent6db0908419bcfc9e480404f101033965b0da2249 (diff)
downloadptxdist-3d5fbdcf50c158d7db6dcc71daf794afdf5303d7.tar.gz
ptxdist-3d5fbdcf50c158d7db6dcc71daf794afdf5303d7.tar.xz
[initramfs-user-spec] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/initramfs-user-spec.make42
1 files changed, 1 insertions, 41 deletions
diff --git a/rules/initramfs-user-spec.make b/rules/initramfs-user-spec.make
index c4355141d..3b4379a15 100644
--- a/rules/initramfs-user-spec.make
+++ b/rules/initramfs-user-spec.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Jon Ringle <jon@ringle.org>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -23,47 +24,6 @@ $(STATEDIR)/klibc.targetinstall.post: $(STATEDIR)/initramfs-user-spec.targetinst
endif
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/initramfs-user-spec.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/initramfs-user-spec.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/initramfs-user-spec.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/initramfs-user-spec.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-#
-
-$(STATEDIR)/initramfs-user-spec.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------