mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Wed May 7 18:35:54 UTC 2008


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

Summary of changes:
 Makefile                                     |    8 ++--
 doxygen/Makefile                             |    4 +-
 progs/Makefile                               |    2 +-
 progs/beos/Makefile                          |    4 +-
 progs/egl/Makefile                           |    6 +-
 progs/fbdev/Makefile                         |    4 +-
 progs/fp/Makefile                            |    6 +-
 progs/miniglx/Makefile                       |    4 +-
 progs/slang/Makefile                         |    2 +-
 progs/tests/Makefile                         |    6 +-
 progs/trivial/Makefile                       |    6 +-
 progs/vp/Makefile                            |    6 +-
 src/Makefile                                 |    2 +-
 src/egl/Makefile                             |    2 +-
 src/egl/drivers/demo/Makefile                |    4 +-
 src/egl/drivers/dri/Makefile                 |    4 +-
 src/egl/main/Makefile                        |    4 +-
 src/glu/Makefile                             |    2 +-
 src/glu/mesa/Makefile                        |    2 +-
 src/glu/sgi/Makefile                         |    2 +-
 src/glx/Makefile                             |    2 +-
 src/mesa/Makefile                            |   64 ++++++++++++++-----------
 src/mesa/drivers/directfb/Makefile           |    2 +-
 src/mesa/drivers/dri/Makefile                |    2 +-
 src/mesa/drivers/dri/common/xmlpool/Makefile |    4 +-
 src/mesa/drivers/glslcompiler/Makefile       |    2 +-
 src/mesa/glapi/Makefile                      |    4 +-
 src/mesa/shader/slang/library/Makefile       |    2 +-
 src/mesa/x86-64/Makefile                     |    2 +-
 src/mesa/x86/Makefile                        |    2 +-
 30 files changed, 87 insertions(+), 79 deletions(-)

       via  a6464b3cb08b86d5fc537a4907849546a63ae4da (commit)
       via  df8134c3cf53a2e4363f27e9a1266e685ca7f0e7 (commit)
       via  e8c2b9967f22a672753b2662f7858734ec328b06 (commit)
       via  ec813878e4889be97535cf01bd2b49fd09467a47 (commit)
      from  df43fb661b2030d9b833a42dd47b8d7bf58d73aa (commit)


- Commits -----------------------------------------------
commit a6464b3cb08b86d5fc537a4907849546a63ae4da
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed May 7 11:35:23 2008 -0700

    Never fail `make clean'
    
    Mostly some pedantic changes such that `make clean' always ignores
    errors. Also changed the top clean target to do the `touch
    configs/current' dance instead of realclean.

commit df8134c3cf53a2e4363f27e9a1266e685ca7f0e7
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed May 7 10:21:01 2008 -0700

    Run `make clean' in drivers/xorg, too

commit e8c2b9967f22a672753b2662f7858734ec328b06
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed May 7 07:48:29 2008 -0700

    Refactor installation targets
    
    Currently, there is a single path in src/mesa/Makefile to install that
    has a few conditionals in it. This commit changes install to act like
    default where we loop over $(DRIVER_DIRS), deciding what to do.
    
    A new target, install-headers, has been broken out to accomodate
    installing a standalone OSMesa where neither libGL or gl.pc are wanted.

commit ec813878e4889be97535cf01bd2b49fd09467a47
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed May 7 07:11:49 2008 -0700

    Ensure recursive makes always propagate errors
    
    There were a couple spots left where a recursive make could fail in a
    chain of commands without stopping.

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




More information about the mesa-commit mailing list