More buildbot path nonsense.
--HG-- rename : tools/buildbot/build_builder.pl => tools/buildbot/bootstrap.pl extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402493
This commit is contained in:
parent
56a68f4dfd
commit
35f31b0f1a
@ -1,8 +1,12 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
require 'helpers.pm';
|
my $incoming = shift;
|
||||||
|
|
||||||
chdir('tools/builder');
|
die "Invalid source folder.\n" unless $incoming ne '';
|
||||||
|
|
||||||
|
require $incoming . '/tools/buildbot/helpers.pm';
|
||||||
|
|
||||||
|
chdir(Build::PathFormat($incoming . '/tools/builder'));
|
||||||
if ($^O eq "linux")
|
if ($^O eq "linux")
|
||||||
{
|
{
|
||||||
Build::Command('make clean');
|
Build::Command('make clean');
|
Loading…
Reference in New Issue
Block a user