Adapt script and instructions for alt config.h

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-30 11:53:50 +02:00 committed by Paul Bakker
parent cef4ad2509
commit 0bc1f23dfd
6 changed files with 59 additions and 77 deletions

View file

@ -49,7 +49,7 @@ while( my ($conf, $args) = each %configs ) {
print "* Testing configuration: $conf\n";
print "******************************************\n";
system( "scripts/activate-config.pl configs/$conf" )
system( "cp configs/$conf $config_h" )
and abort "Failed to activate $conf\n";
system( "make" ) and abort "Failed to build: $conf\n";