mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Jun 23 14:15:20 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/Makefile      |    4 ++--
 src/mesa/Makefile |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

       via  76b94a636eea0ffb642a90cf9ff4a00bfe6e064e (commit)
       via  8319f2f326f74a93b51eb3db1e9f619a2a74e14e (commit)
       via  464c585681a647542e4ae8188dc2883c0c8a142e (commit)
      from  708bb35194e16bf7aaf5cd676f572b7200a156d1 (commit)


- Commits -----------------------------------------------
commit 76b94a636eea0ffb642a90cf9ff4a00bfe6e064e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jun 23 08:14:14 2008 -0600

    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.
    
    Conflicts:
    
    	src/mesa/Makefile
    
    cherry-picked from master

commit 8319f2f326f74a93b51eb3db1e9f619a2a74e14e
Author: Dan Nicholson <dbn.lists at gmail.com>
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.

commit 464c585681a647542e4ae8188dc2883c0c8a142e
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sun Jun 22 20:29:45 2008 -0700

    Ensure all objects are built when installing DRI

---------------------------------




More information about the mesa-commit mailing list