There are some other useful targets defined in the top level
Makefile
of X11R6.7.0:
make World
, make
Everything
does everything a make World
does, except the
cleaning of the tree. It is a way to quickly rebuild the tree after a
source patch, but it is not 100% bullet proof. There are cases were it
is better to force a full build by using make World
.
make clean
you need to re-run
make includes
make depend
make
to rebuild the X11R6.7.0.
make distclean
,
make World
is the only option to rebuild X11R6.7.0.
make clean
.
.depend
. This target needs the generated include files
produced by make includes
.
host.def
and report the problem to
xorg@freedesktop.org
.