modular: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Jan 9 17:21:55 PST 2011


 build.sh |  218 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 115 insertions(+), 103 deletions(-)

New commits:
commit 21a8bbb5782292f9253784038e8380fcc2b48431
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Jan 6 11:30:40 2011 -0500

    build.sh: rebuild a failing target with Automake silent rules disabled
    
    With Automake silent rules enabled, the compiler error message is
    displayed but not the command that caused it.
    
    This patch will re-issue the make command that failed, but this time
    with the V=1 alongside the MAKEFLAGS env variable. A message is issued
    to not confuse the user as to why the target failed twice.
    
    This introduces a new cmd line option --retry-v1. The "v1" part is a hint
    to those familiar with Automake silent rule variable "V".
    There is no backing environment variable for this option.
    
    Reported-by: Pat Kane <pekane52 at gmail.com>
    
    Tested-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 12079b173164a821f78f7ee46edf0e3f95c9ad9b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Jan 6 10:35:11 2011 -0500

    build.sh: remove *) empty fallback case
    
    That makes it consistent in the script
    
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit fabc4f2e057d1f144a1a75f301dc68ff26367552
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jan 5 21:02:44 2011 -0500

    build.sh: use meaningful names for parameter variables
    
    This makes it easier to review code diff.
    
    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>



More information about the xorg-commit mailing list