fix problems in the selftest
This commit is contained in:
parent
5ef67042f9
commit
9e2c0f41d7
2
config
2
config
@ -557,7 +557,7 @@ OUT="$PREFIX$OUT"
|
|||||||
|
|
||||||
$PERL ./Configure LIST | grep "$OUT" > /dev/null
|
$PERL ./Configure LIST | grep "$OUT" > /dev/null
|
||||||
if [ $? = "0" ]; then
|
if [ $? = "0" ]; then
|
||||||
#echo Configuring for $OUT
|
echo Configuring for $OUT
|
||||||
|
|
||||||
if [ "$TEST" = "true" ]; then
|
if [ "$TEST" = "true" ]; then
|
||||||
echo $PERL ./Configure $OUT $options
|
echo $PERL ./Configure $OUT $options
|
||||||
|
@ -131,6 +131,7 @@ if (system("make 2>&1 | tee make.log") > 255) {
|
|||||||
|
|
||||||
$_=$options;
|
$_=$options;
|
||||||
s/no-asm//;
|
s/no-asm//;
|
||||||
|
s/no-shared//;
|
||||||
if (/no-/)
|
if (/no-/)
|
||||||
{
|
{
|
||||||
print OUT "Test skipped.\n";
|
print OUT "Test skipped.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user