We should really just call make and not make all
This commit is contained in:
parent
a56ddb5823
commit
b2e2c29d97
|
@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
// now build
|
// now build
|
||||||
makeCommand += " all";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";
|
std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";
|
||||||
|
|
Loading…
Reference in New Issue