r7506 - /vdr/vdr-plugin-bitstreamout/trunk/Makefile
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Nov 30 21:07:04 UTC 2008
Author: tiber-guest
Date: Sun Nov 30 21:07:04 2008
New Revision: 7506
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7506
Log:
dont run clean on non-existing tools/
Modified:
vdr/vdr-plugin-bitstreamout/trunk/Makefile
Modified: vdr/vdr-plugin-bitstreamout/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/Makefile?rev=7506&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/Makefile (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/Makefile Sun Nov 30 21:07:04 2008
@@ -123,7 +123,7 @@
@echo Distribution package created as $(PACKAGE).tar.bz2
clean:
- make -C tools clean
+ [ ! -d tools ] || make -C tools clean
@-rm -f $(OBJS) $(DEPFILE) *.so *.tar.bz2 core* *~ testt
vdrobj = $(shell ls $(VDRDIR)/*.o| grep -v vdr.o)
More information about the pkg-vdr-dvb-changes
mailing list