mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01: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) {
|
||||
die('Could not configure!');
|
||||
}
|
||||
open(FILE, '>sentinel');
|
||||
print FILE "this is nothing.\n";
|
||||
close(FILE);
|
||||
}
|
||||
|
||||
sub IsNewer
|
||||
|
Loading…
Reference in New Issue
Block a user