[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
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 `stageN/'.
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
).
stageN (N = 1...4)
unstageN (N = 1...4)
stageN
.
restageN (N = 1...4)
stageN
and rebuilds it with the
appropriate flags.
compare
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |