Deleted Added
full compact
makefile.texi (90075) makefile.texi (103445)
1@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Makefile
6@subsection Makefile Targets
7@cindex makefile targets
8@cindex targets, makefile

--- 34 unchanged lines hidden (view full) ---

43@item check
44Run the testsuite. This creates a @file{testsuite} subdirectory that
45has various @file{.sum} and @file{.log} files containing the results of
46the testing. You can run subsets with, for example, @code{make check-gcc}.
47You can specify specific tests by setting RUNTESTFLAGS to be the name
48of the @file{.exp} file, optionally followed by (for some tests) an equals
49and a file wildcard, like:
50
1@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Makefile
6@subsection Makefile Targets
7@cindex makefile targets
8@cindex targets, makefile

--- 34 unchanged lines hidden (view full) ---

43@item check
44Run the testsuite. This creates a @file{testsuite} subdirectory that
45has various @file{.sum} and @file{.log} files containing the results of
46the testing. You can run subsets with, for example, @code{make check-gcc}.
47You can specify specific tests by setting RUNTESTFLAGS to be the name
48of the @file{.exp} file, optionally followed by (for some tests) an equals
49and a file wildcard, like:
50
51@example
51@smallexample
52make check-gcc RUNTESTFLAGS="execute.exp=19980413-*"
52make check-gcc RUNTESTFLAGS="execute.exp=19980413-*"
53@end example
53@end smallexample
54
55Note that running the testsuite may require additional tools be
56installed, such as TCL or dejagnu.
57
58@item bootstrap
59Builds gcc three times---once with the native compiler, once with the
60native-built compiler it just built, and once with the compiler it built
61the second time. In theory, the last two should produce the same

--- 41 unchanged lines hidden ---
54
55Note that running the testsuite may require additional tools be
56installed, such as TCL or dejagnu.
57
58@item bootstrap
59Builds gcc three times---once with the native compiler, once with the
60native-built compiler it just built, and once with the compiler it built
61the second time. In theory, the last two should produce the same

--- 41 unchanged lines hidden ---