The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/Makefile | 4 ++-- src/mesa/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) via fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 (commit) via 5aa4d5a87d3edea6503a7b9853a318e71718af7c (commit) via 7ec5e6a0320639920fcf325895acb57fb3dad5c7 (commit) from 71d2578ac5530c8641bcd5d9a9654373a6ce853e (commit) - Commits ----------------------------------------------- commit fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Sun Jun 22 20:29:45 2008 -0700 Ensure all objects are built when installing DRI commit 5aa4d5a87d3edea6503a7b9853a318e71718af7c Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Sun Jun 22 20:26:20 2008 -0700 Don't make libmesa.a or libglapi.a depend on asm_subdirs Since the asm_subdirs target does not actually create a file, make will always consider that it needs to be rebuilt. If libmesa.a and libglapi.a have asm_subdirs as a prerequisite, then they will always need to be rebuilt, too. The correct order will be preserved by the default target, though. This should fix #16358. commit 7ec5e6a0320639920fcf325895acb57fb3dad5c7 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Sun Jun 22 20:19:35 2008 -0700 Create $(TOP)/$(LIB_DIR) for install, too If `make install' is run without running `make' first, the $(LIB_DIR) will not be created. This also changes the mkdir a little bit so that it isn't run if necessary and added `-p' so that it is immune to races. --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit