summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 17:20:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:50 +0100
commit53eb65853ab9b6aa5bc2acf809879dfe303fc286 (patch)
tree306d7c59af063dcf6713b78840024c3dadc07df0 /rules/gst-plugins-base.make
parent4516ef2e693b9c044999f7ea6f02cbcbe3114e05 (diff)
downloadptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.gz
ptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.xz
[rules] remove obsolete clean target & minor cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-base.make')
-rw-r--r--rules/gst-plugins-base.make12
1 files changed, 1 insertions, 11 deletions
diff --git a/rules/gst-plugins-base.make b/rules/gst-plugins-base.make
index 30ad3c279..85d9c90ce 100644
--- a/rules/gst-plugins-base.make
+++ b/rules/gst-plugins-base.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template-make 8509 2008-06-12 12:45:40Z mkl $
#
# Copyright (C) 2008 by Robert Schwebel
#
@@ -223,7 +222,7 @@ $(STATEDIR)/gst-plugins-base.targetinstall:
@$(call install_fixup, gst-plugins-base,PRIORITY,optional)
@$(call install_fixup, gst-plugins-base,VERSION,$(GST_PLUGINS_BASE_VERSION))
@$(call install_fixup, gst-plugins-base,SECTION,base)
- @$(call install_fixup, gst-plugins-base,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
+ @$(call install_fixup, gst-plugins-base,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, gst-plugins-base,DEPENDS,)
@$(call install_fixup, gst-plugins-base,DESCRIPTION,missing)
@@ -402,13 +401,4 @@ endif
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-gst-plugins-base_clean:
- rm -rf $(STATEDIR)/gst-plugins-base.*
- rm -rf $(PKGDIR)/gst-plugins-base_*
- rm -rf $(GST_PLUGINS_BASE_DIR)
-
# vim: syntax=make