[SCM] libav/experimental: Replace the awkward '1>' with the more natural '>'.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 7853bf93b2ebc23713552452225e8d7ddf89a892
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 10 20:12:27 2008 +0000

    Replace the awkward '1>' with the more natural '>'.
    
    Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 07ba3d1..3d17a1c 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ depend dep: .depend .vhookdep
 	$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter depend
 
 .depend: $(SRCS) version.h
-	$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) 1>.depend
+	$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) > .depend
 
 # gcc stupidly only outputs the basename of targets with -MM
 .vhookdep: $(ALLHOOKS_SRCS) version.h
diff --git a/common.mak b/common.mak
index 46cac9f..b738619 100644
--- a/common.mak
+++ b/common.mak
@@ -63,7 +63,7 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
 
 # gcc stupidly only outputs the basename of targets with -MM
 depend dep: $(SRCS)
-	$(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' 1>.depend
+	$(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' > .depend
 
 clean::
 	rm -f *.o *~ *.a *.lib *.so *.so.* *.dylib *.dll \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list