[FFmpeg-cvslog] r22471 - trunk/doc/developer.texi

ramiro subversion
Fri Mar 12 03:24:00 CET 2010


Author: ramiro
Date: Fri Mar 12 03:23:59 2010
New Revision: 22471

Log:
Don't use shell syntax to set variables for make.

Modified:
   trunk/doc/developer.texi

Modified: trunk/doc/developer.texi
==============================================================================
--- trunk/doc/developer.texi	Thu Mar 11 18:42:53 2010	(r22470)
+++ trunk/doc/developer.texi	Fri Mar 12 03:23:59 2010	(r22471)
@@ -424,8 +424,8 @@ as well.
 Run 'make test' to test all the codecs and formats. Commands like
 'make regtest-mpeg2' can be used to run a single test. By default,
 make will abort if any test fails. To run all tests regardless,
-use make -k. To get a more verbose output, use 'V=1 make test' or
-'V=2 make test'.
+use make -k. To get a more verbose output, use 'make V=1 test' or
+'make V=2 test'.
 
 Run 'make fulltest' to test all the codecs, formats and FFserver.
 



More information about the ffmpeg-cvslog mailing list