mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Remove unused sentinel file.
This commit is contained in:
parent
bcfce9d0b0
commit
4c2cec50b1
@ -41,9 +41,6 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
|
|||||||
if ($? != 0) {
|
if ($? != 0) {
|
||||||
die('Could not configure!');
|
die('Could not configure!');
|
||||||
}
|
}
|
||||||
open(FILE, '>sentinel');
|
|
||||||
print FILE "this is nothing.\n";
|
|
||||||
close(FILE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub IsNewer
|
sub IsNewer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user