mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Tue May 6 21:30:56 UTC 2008


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

Summary of changes:
 Makefile                       |   18 +++++++++++-------
 src/egl/Makefile               |    4 ++--
 src/glu/Makefile               |    4 ++--
 src/glut/directfb/Makefile     |    2 +-
 src/glut/fbdev/Makefile        |    2 +-
 src/glut/glx/Makefile          |    2 +-
 src/glut/mini/Makefile         |    2 +-
 src/glw/Makefile               |    2 +-
 src/glx/Makefile               |    4 ++--
 src/glx/mini/Makefile          |    2 +-
 src/glx/x11/Makefile           |    2 +-
 src/mesa/Makefile              |   16 ++++++++--------
 src/mesa/drivers/beos/Makefile |    8 ++++----
 13 files changed, 36 insertions(+), 32 deletions(-)

       via  8eee0146f28285bdc778051afd89088685f2c3b6 (commit)
       via  9f948b8c335b099b305b55a2c176841a0354cdad (commit)
       via  c5e2b850ad53fcd1af62c838f8ee288e8ea9fb3d (commit)
       via  cba14d85a854df8b5f24342c072acf21813761b6 (commit)
       via  50f7e6fb5f0754093e11b781b916034001d44a09 (commit)
      from  7f747204ea3b61e507b8bd48f33e8dd83f34705b (commit)


- Commits -----------------------------------------------
commit 8eee0146f28285bdc778051afd89088685f2c3b6
Merge: 9f948b8c335b099b305b55a2c176841a0354cdad 7f747204ea3b61e507b8bd48f33e8dd83f34705b
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue May 6 14:29:59 2008 -0700

    Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa

commit 9f948b8c335b099b305b55a2c176841a0354cdad
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue May 6 14:27:57 2008 -0700

    Prevent makedepend from running multiple times
    
    The default target in src/mesa/Makefile calls a recursive $(MAKE). With
    parallel jobs, this causes makedepend to run twice. Instead, block on
    the first make until depend has been created.

commit c5e2b850ad53fcd1af62c838f8ee288e8ea9fb3d
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue May 6 14:00:43 2008 -0700

    Always cleanup the makedepend backup files
    
    Consistently cleanup the depend.bak files created by makedepend. Also,
    realclean has been changed to use a single find command, which speeds it
    up considerably.

commit cba14d85a854df8b5f24342c072acf21813761b6
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue May 6 12:29:53 2008 -0700

    Error consistently when running recursive make
    
    When changing directories and running a sub-make, ensure that both the
    cd and make commands propagate errors to the parent make.

commit 50f7e6fb5f0754093e11b781b916034001d44a09
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue May 6 11:52:34 2008 -0700

    Add .PHONY targets to top Makefile for non-file targets
    
    When a make target doesn't result in a file of the same name, adding it
    to a .PHONY target means make won't look for such a file, speeding the
    build up a bit. This allows `make doxygen' to work since otherwise make
    will consider the doxygen directory as up to date.

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




More information about the mesa-commit mailing list