Module Name: src Committed By: joerg Date: Wed Jan 7 20:42:02 UTC 2015
Modified Files: src: Makefile src/external/mit: Makefile src/external/mit/xorg/lib: Makefile src/external/mit/xorg/tools: Makefile src/external/mit/xorg/tools/makestrs: Makefile src/tools: Makefile Log Message: Reorganise the way xorg is build. Move build of makestrs into src/tools as it is needed for the "includes" phase. Make it symlink all necessary headers in obj to decouple it from "includes" itself, breaking the dependency cycle. Move the do-x11 target between do-lib and do-build, so that libraries can get the benefit of build_install (correct .WAIT behavior) and everything else like "includes" uses the plain SUBDIR entry in external/mit. To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312 src/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/mit/Makefile cvs rdiff -u -r1.31 -r1.32 src/external/mit/xorg/lib/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/tools/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/tools/makestrs/Makefile cvs rdiff -u -r1.179 -r1.180 src/tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.