summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commit290f08c2eba8664482207a998337574fa4dba608 (patch)
tree8ac761a5a79c77548d9e00d85a4724416eaad6f6
parentcb83f96478b9771a0ad557330f257dccf7aeca15 (diff)
downloadptxdist-290f08c2eba8664482207a998337574fa4dba608.tar.gz
ptxdist-290f08c2eba8664482207a998337574fa4dba608.tar.xz
[libblkid] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libblkid.make21
1 files changed, 1 insertions, 20 deletions
diff --git a/rules/libblkid.make b/rules/libblkid.make
index d9553f991..5241b3821 100644
--- a/rules/libblkid.make
+++ b/rules/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,24 +18,4 @@ PACKAGES-$(PTXCONF_LIBBLKID) += libblkid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/libblkid.get:
- @$(call touch)
-
-$(STATEDIR)/libblkid.extract:
- @$(call touch)
-
-$(STATEDIR)/libblkid.prepare:
- @$(call touch)
-
-$(STATEDIR)/libblkid.compile:
- @$(call touch)
-
-$(STATEDIR)/libblkid.install:
- @$(call targetinfo)
- @$(call touch)
-
-$(STATEDIR)/libblkid.targetinstall:
- @$(call touch)
-
-
# vim: syntax=make