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:29 +0200
commitd6c2d55530f09e542f610058242389bf78e24e06 (patch)
tree7f3254227fa3f291b8c45f6cc06f1dccbc287ba9
parent44f1b9e6e2b6c1bdb4268f4592720e4981f9cbbf (diff)
downloadptxdist-d6c2d55530f09e542f610058242389bf78e24e06.tar.gz
ptxdist-d6c2d55530f09e542f610058242389bf78e24e06.tar.xz
[host-libblkid] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libblkid.make18
1 files changed, 1 insertions, 17 deletions
diff --git a/rules/host-libblkid.make b/rules/host-libblkid.make
index a1b58b525..1eb620ba2 100644
--- a/rules/host-libblkid.make
+++ b/rules/host-libblkid.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2010 by Carsten Schlote <c.schlote@konzeptpark.de>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -17,21 +18,4 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBBLKID) += host-libblkid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/host-libblkid.get:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.extract:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.prepare:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.compile:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.install:
- @$(call targetinfo)
- @$(call touch)
-
-
# vim: syntax=make