Force a reconfigure to happen everytime.
This commit is contained in:
parent
a33977c71c
commit
e2eabc7a96
@ -22,6 +22,7 @@ my $reconf = 0;
|
|||||||
if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
|
if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
|
||||||
rmtree('OUTPUT');
|
rmtree('OUTPUT');
|
||||||
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
||||||
|
}
|
||||||
chdir('OUTPUT');
|
chdir('OUTPUT');
|
||||||
my ($result, $argn);
|
my ($result, $argn);
|
||||||
$argn = $#ARGV + 1;
|
$argn = $#ARGV + 1;
|
||||||
@ -40,7 +41,6 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
|
|||||||
if ($? != 0) {
|
if ($? != 0) {
|
||||||
die("Could not configure: $!\n");
|
die("Could not configure: $!\n");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
sub IsNewer
|
sub IsNewer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user