[gst-cvs] www: www: Fix rm command

Jan Schmidt thaytan at kemper.freedesktop.org
Sun May 24 04:48:09 PDT 2009


Module: www
Branch: master
Commit: 2fa6c3f1c0b62fdc3572259cb04c414dbe9e6151
URL:    http://cgit.freedesktop.org/gstreamer/www/commit/?id=2fa6c3f1c0b62fdc3572259cb04c414dbe9e6151

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Sun May 24 12:47:58 2009 +0100

www: Fix rm command

---

 src/htdocs/documentation/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/htdocs/documentation/Makefile.am b/src/htdocs/documentation/Makefile.am
index 2448ccb..6c361cc 100644
--- a/src/htdocs/documentation/Makefile.am
+++ b/src/htdocs/documentation/Makefile.am
@@ -2,7 +2,7 @@ built_pages = index.html licensing.html rtp.html plugins.html splitup.html gstre
 
 plugins.xml:
 	for m in gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad; do \
-	  @rm -rf $$m-checkouts.git $$m\-checkouts\-plugins-inspect; \
+	  rm -rf $$m-checkouts.git $$m\-checkouts\-plugins-inspect > /dev/null; \
 	  git clone --depth 1 git://anongit.freedesktop.org/gstreamer/$$m $$m-checkouts.git; \
 	  ln -s $$m-checkouts.git/docs/plugins/inspect $$m\-checkouts\-plugins-inspect; \
 	done





More information about the Gstreamer-commits mailing list