all
doc
make dvi
is
available for DVI-formatted documentation, and make
generated-manpages
to generate man pages.
mostlyclean
clean
make all
.
distclean
configure
.
extraclean
maintainer-clean
install
uninstall
check
testsuite
subdirectory that
has various .sum
and .log
files containing the results of
the testing. You can run subsets with, for example, make check-gcc
.
You can specify specific tests by setting RUNTESTFLAGS to be the name
of the .exp
file, optionally followed by (for some tests) an equals
and a file wildcard, like:
make check-gcc RUNTESTFLAGS="execute.exp=19980413-*"
Note that running the testsuite may require additional tools be
installed, such as TCL or dejagnu.
bootstrap
make compare
can check. Each step of this process
is called a "stage", and the results of each stage N
(N = 1...3) are copied to a subdirectory stage
N/
.
bootstrap-lean
bootstrap
, except that the various stages are removed once
they're no longer needed. This saves disk space.
bubblestrap
quickstrap
cleanstrap
make clean
) and rebuilds (make bootstrap
).
stage
N (
N = 1...4)
stage
N
subdirectory.
unstage
N (
N = 1...4)
stage
N
.
restage
N (
N = 1...4)
stage
N
and rebuilds it with the
appropriate flags.
compare