William Trenker wrote: > cleaning in ./fonts... > make: *** fonts: No such file or directory. Stop. > make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [clean] Error 2 > make[1]: Leaving directory `/src/xfree86/src/build' > make: *** [World] Error 2 > It appears that setting BuildFonts to NO in host.def is not enough. I got rid of the above error and got a clean build by creating a fonts sub-directory in the shadow build directory and putting an empty Imakefile in the fonts sub-directory, like this: /src/xfree86/build# mkdir fonts /src/xfree86/build# touch fonts/Imakefile Then make World ran to a successful completion. Bill _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86