Fix typo in "make check" example

Phil Edwards phil@codesourcery.com
Sun Jul 11 10:05:00 GMT 2004


Something I missed when I expanded the examples in this section.  Committed.



2004-07-11  Phil Edwards  <phil@codesourcery.com>

	* doc/install.texi (Testing):  Fix syntax in "make check" example.


Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.297
diff -u -p -r1.297 install.texi
--- doc/install.texi	9 Jul 2004 18:06:16 -0000	1.297
+++ doc/install.texi	11 Jul 2004 05:34:09 -0000
@@ -1737,7 +1737,7 @@ You can run the testsuites multiple time
 with a syntax similar to the brace expansion of popular shells:
 
 @smallexample
-    @dots{}"--target_board=arm-sim@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
+    @dots{}"--target_board=arm-sim/@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
 @end smallexample
 
 (Note the empty option caused by the trailing comma in the final group.)



More information about the Gcc-patches mailing list