Ignore:
Timestamp:
08/01/2011 21:01:49 (17 months ago)
Author:
chris
Message:

Log more useful information when makebuildenv.pl fails.

Fix hang waiting for console input at the end of ./configure
on some shells. (merges [2823])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makebuildenv.pl.in

    r2794 r2824  
    9999                                 
    100100                                # run command 
    101                                 die "Couldn't run command $c" unless (0 == system("(cd $dir; $c)")) 
     101                                unless (0 == system("(cd $dir; $c)")) 
     102                                { 
     103                                        die "Couldn't run command $c " . 
     104                                                "(in $dir) for $file"; 
     105                                } 
    102106                        } 
    103107                } 
Note: See TracChangeset for help on using the changeset viewer.