modular: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Jan 5 18:20:32 PST 2011


 build.sh |   65 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

New commits:
commit deedde8dac7d80422d290ecf3fa46046c8cd61a4
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 4 15:13:04 2011 -0500

    build.sh: identify origin of error messages
    
    In the fog of build output, it is not clear that some error messages
    originate from the build.sh script. Many UNIX commands do so.
    
    Sample output:
    make: noexist: No such file or directory
    make: *** No rule to make target `noexist'.  Stop.
    build.sh: "make -f noexist" failed on app/xclock
    build.sh: error processing module/component:  "app/xclock"
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 6c694409cafe428630bc7cf467fc3cd979aa7eb7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 4 14:56:15 2011 -0500

    build.sh: improve error msg by adding full make command
    
    Sample out put:
    ***** "make -f bad" failed on app/xclock
    
    As opposed to:
    ***** make failed on app/xclock
    
    Reviewed-by:  Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit c841e6ef44c9ee0ab5085cfe6cc873177cd88e11
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 4 10:26:35 2011 -0500

    build.sh: honour $MAKEFLAGS value when using --cmd [mg]ake [...]
    
    If the user has set make flags using MAKEFLAGS env var, they should
    be used for all invocation of the make command.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit f75dce7c4a5063f8fa50e463bc2aaf2fb1a0747a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 4 10:16:54 2011 -0500

    build.sh: honour $MAKE value when using --cmd [mg]ake [...]
    
    The --cmd option recognise git | make | gmake as legitimate cmd names.
    Some system have both make and gmake and the user may have set $MAKE.
    Using $MAKE to issue the make command will insure the same make
    command (either make or gmake) is used on all invocation of build.sh.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit b6da454889cc33f9ce9c08382f4d520d6760cf8e
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 4 07:54:34 2011 -0500

    build.sh: use more descriptive variable names for check_writable_dir
    
    Reported-by: Peter Hutterer <peter.hutterer at who-t.net>
    
    Reviewed-by:  Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit b248eea1183f8440da8e456ff73f4e8df3990258
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Jan 2 08:42:44 2011 -0500

    build.sh: relocate the test for the AMD Geode 32 bit CPU
    
    Taking advantage of an exiting test for Linux.
    The driver does not compile on 64 bit CPU as it contains
    assembler code with 32 bit assumptions.
    
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit a56d4d6d9d405a689ea3956753da617ee1c56a65
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Jan 2 08:58:03 2011 -0500

    build.sh: use accurate values for HOST_CPU from config.guess
    
    Using x86*64* rather than x86_64 is misleading to the user as it
    implies there are a large number of possibilities.
    
    Use the values from config.guess which are known to be accurate.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 4b155b23e546e98de228c056f85fb6fcebfb2359
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Jan 1 08:35:45 2011 -0500

    build.sh: use accurate values for HOST_OS from config.guess
    
    Using *Linux* rather than Linux is misleading to the user as it
    implies there are a large number of possibilities.
    
    In addition, FreeBSD | NetBSD | OpenBSD is more informative than *BSD*
    which is not used in config.guess.
    
    Use the values from config.guess which are known to be accurate.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list