modular: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Oct 10 19:26:12 PDT 2010


 build.sh |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 78 insertions(+), 17 deletions(-)

New commits:
commit bf64bab9c55bf0c84500e6211c50cb3510bb35f7
Author: Trevor Woerner <twoerner at gmail.com>
Date:   Thu Oct 7 09:10:46 2010 -0400

    Process a user-supplied sub-project list.
    
    New feature.
    
    Using the new "--modlist <file>" option, the user can specify a file which
    contains a list of the sub-projects to process. The file can contain blank
    lines as well as comment lines which start with a hash mark (#). The
    sub-projects will be processed in the order in which they are found in the
    list file.
    
    Suggested usage:
        1. run script to generate the list of sub-projects, redirecting to a file
    	$ util/modular/build.sh -L > list
        2. edit <list>, commenting-out or deleting unnecessary lines, or adding
           new lines as appropriate
        3. run the build with this list
    	$ util/modular/build.sh --modfile list
    
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list