mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Renamed the Makefile target 'plugins-clean' to 'clean-plugins'
This commit is contained in:
parent
2a91ee0fef
commit
978462168c
@ -1069,6 +1069,7 @@ Robert Bartl <robert@bartl.priv.at>
|
|||||||
|
|
||||||
Sebastian Frei <sebastian@schnapsleichen.de>
|
Sebastian Frei <sebastian@schnapsleichen.de>
|
||||||
for his support in keeping 'channels.conf' up-to-date.
|
for his support in keeping 'channels.conf' up-to-date.
|
||||||
|
for suggesting to rename the Makefile target 'plugins-clean' to 'clean-plugins'
|
||||||
|
|
||||||
Rene Bartsch <ml@bartschnet.de>
|
Rene Bartsch <ml@bartschnet.de>
|
||||||
for reporting a bug in setting the primary device in case none of the devices
|
for reporting a bug in setting the primary device in case none of the devices
|
||||||
|
2
HISTORY
2
HISTORY
@ -4309,3 +4309,5 @@ Video Disk Recorder Revision History
|
|||||||
to Ville Skyttä).
|
to Ville Skyttä).
|
||||||
- Fixed handling the "Blue" key in the "Schedule" menu for the current channel
|
- Fixed handling the "Blue" key in the "Schedule" menu for the current channel
|
||||||
(thanks to Rolf Ahrenberg).
|
(thanks to Rolf Ahrenberg).
|
||||||
|
- Renamed the Makefile target 'plugins-clean' to 'clean-plugins' (suggested by
|
||||||
|
Sebastian Frei).
|
||||||
|
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# 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:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -193,7 +193,7 @@ plugins: include-dir
|
|||||||
done;\
|
done;\
|
||||||
if [ -n "$$failed" ] ; then echo; echo "*** failed plugins:$$failed"; echo; fi
|
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
|
@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)
|
@-rm -f $(PLUGINDIR)/lib/libvdr-*.so.$(VDRVERSION)
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ is not used, the path to the plugin directory has be be given to VDR through the
|
|||||||
<p>
|
<p>
|
||||||
The VDR <tt>Makefile</tt> contains the target <tt>plugins</tt>, which calls
|
The VDR <tt>Makefile</tt> contains the target <tt>plugins</tt>, which calls
|
||||||
<tt>make all</tt> in every directory found under <tt>VDR/PLUGINS/src</tt>,
|
<tt>make all</tt> in every directory found under <tt>VDR/PLUGINS/src</tt>,
|
||||||
plus the target <tt>plugins-clean</tt>, which calls <tt>make clean</tt> in
|
plus the target <tt>clean-plugins</tt>, which calls <tt>make clean</tt> in
|
||||||
each of these directories.
|
each of these directories.
|
||||||
<p>
|
<p>
|
||||||
If you download a plugin <a href="#Building the distribution package">package</a>
|
If you download a plugin <a href="#Building the distribution package">package</a>
|
||||||
@ -187,7 +187,7 @@ and will unpack into a directory named
|
|||||||
<p>
|
<p>
|
||||||
<tt>hello-0.0.1</tt>
|
<tt>hello-0.0.1</tt>
|
||||||
<p>
|
<p>
|
||||||
To use the <tt>plugins</tt> and <tt>plugins-clean</tt> targets from the VDR <tt>Makefile</tt>
|
To use the <tt>plugins</tt> and <tt>clean-plugins</tt> targets from the VDR <tt>Makefile</tt>
|
||||||
you need to unpack such an archive into the <tt>VDR/PLUGINS/src</tt> directory and
|
you need to unpack such an archive into the <tt>VDR/PLUGINS/src</tt> directory and
|
||||||
create a symbolic link with the basic plugin name, as in
|
create a symbolic link with the basic plugin name, as in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user