[SCM] libav/experimental: Remove silly TEST variable that is used in one line but not directly above.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:48:58 UTC 2013
The following commit has been merged in the experimental branch:
commit dea4953d82ec03799c7b1e93c1bc390bdaf76ee3
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon Jul 10 00:29:33 2006 +0000
Remove silly TEST variable that is used in one line but not directly above.
Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 0d355fb..cd42721 100644
--- a/Makefile
+++ b/Makefile
@@ -54,12 +54,6 @@ VHOOK=videohook
INSTALLVHOOK=install-vhook
endif
-ifeq ($(TARGET_OS), SunOS)
-TEST=/usr/bin/test
-else
-TEST=test
-endif
-
ifeq ($(BUILD_DOC),yes)
DOC=documentation
endif
@@ -206,7 +200,7 @@ endif
.libs: lib
@test -f .libs || touch .libs
- @for i in $(DEP_LIBS) ; do if $(TEST) $$i -nt .libs ; then touch .libs; fi ; done
+ @for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
clean:
$(MAKE) -C libavutil clean
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list