embed.mk not part of this process right now.
This commit is contained in:
Родитель
6cc083fa7e
Коммит
fe75d7f054
|
@ -18,7 +18,7 @@ use POSIX qw(sys_wait_h strftime);
|
|||
use Cwd;
|
||||
use File::Basename; # for basename();
|
||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
$::UtilsVersion = '$Revision: 1.1 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.2 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
|
@ -577,11 +577,6 @@ sub BuildIt {
|
|||
run_shell_command "$Settings::CVS $cvsco $TreeSpecific::name/client.mk";
|
||||
}
|
||||
|
||||
# Make sure we have embed.mk.
|
||||
unless (-e "$TreeSpecific::name/embed.mk") {
|
||||
run_shell_command "$Settings::CVS $cvsco $TreeSpecific::name/embed.mk";
|
||||
}
|
||||
|
||||
chdir $Settings::Topsrcdir or die "chdir $Settings::Topsrcdir: $!\n";
|
||||
|
||||
# Build it
|
||||
|
|
Загрузка…
Ссылка в новой задаче