From 978462168c1326ffe60a434dee9e9ee642a62695 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 5 Feb 2006 13:39:12 +0100 Subject: [PATCH] Renamed the Makefile target 'plugins-clean' to 'clean-plugins' --- CONTRIBUTORS | 1 + HISTORY | 2 ++ Makefile | 4 ++-- PLUGINS.html | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6329c45e..cf970bce 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1069,6 +1069,7 @@ Robert Bartl Sebastian Frei for his support in keeping 'channels.conf' up-to-date. + for suggesting to rename the Makefile target 'plugins-clean' to 'clean-plugins' Rene Bartsch for reporting a bug in setting the primary device in case none of the devices diff --git a/HISTORY b/HISTORY index 889f2e87..b3fd9141 100644 --- a/HISTORY +++ b/HISTORY @@ -4309,3 +4309,5 @@ Video Disk Recorder Revision History to Ville Skyttä). - Fixed handling the "Blue" key in the "Schedule" menu for the current channel (thanks to Rolf Ahrenberg). +- Renamed the Makefile target 'plugins-clean' to 'clean-plugins' (suggested by + Sebastian Frei). diff --git a/Makefile b/Makefile index a6427518..60373a38 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.84 2006/01/29 14:50:34 kls Exp $ +# $Id: Makefile 1.85 2006/02/05 13:37:11 kls Exp $ .DELETE_ON_ERROR: @@ -193,7 +193,7 @@ plugins: include-dir done;\ if [ -n "$$failed" ] ; then echo; echo "*** failed plugins:$$failed"; echo; fi -plugins-clean: +clean-plugins: @for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) -C "$(PLUGINDIR)/src/$$i" clean; done @-rm -f $(PLUGINDIR)/lib/libvdr-*.so.$(VDRVERSION) diff --git a/PLUGINS.html b/PLUGINS.html index bec51278..9515174f 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -175,7 +175,7 @@ is not used, the path to the plugin directory has be be given to VDR through the

The VDR Makefile contains the target plugins, which calls make all in every directory found under VDR/PLUGINS/src, -plus the target plugins-clean, which calls make clean in +plus the target clean-plugins, which calls make clean in each of these directories.

If you download a plugin package @@ -187,7 +187,7 @@ and will unpack into a directory named

hello-0.0.1

-To use the plugins and plugins-clean targets from the VDR Makefile +To use the plugins and clean-plugins targets from the VDR Makefile you need to unpack such an archive into the VDR/PLUGINS/src directory and create a symbolic link with the basic plugin name, as in