[Libreoffice-commits] Changes to 'feature/gbuild_mkdir'

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Feb 19 21:47:28 PST 2012


New branch 'feature/gbuild_mkdir' available with the following commits:
commit d44a3e291cb8c4b3ec5ce1775edd527b475ebca4
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Feb 19 23:46:42 2012 -0600

    avoid calling mkdir for each and every command
    
    gbuild tend to call mkdir -p systematically before running any command
    to make sure the target directory is created.
    On cygwin, where fortk() is insanely expensive this is quite costly
    
    This patch use order-only rules to make sure the needed directory are
    created.
    And avoid the call to mkdir for C[++]/ObjC[++]/Yacc/GenC[++]/Link

commit a8fd16804c56ad86fe97e7c9ead7c4e45cd20466
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Feb 19 23:42:41 2012 -0600

    eol spaces clean-up



More information about the Libreoffice-commits mailing list