Remove invalid working source.

This commit is contained in:
David Brown 2016-07-15 17:02:15 +01:00
parent 347cefc614
commit 64790ceff7

View file

@ -6,24 +6,6 @@ use Cwd;
my $branch = "master";
----
my $mkcmd =
# "export CC=gcc && make full;"
# . "export CC=i686-w64-mingw32-gcc && make full;"
# .
"cd ~;"
. "sh start64.sh \\\"cd vishaps/voc && git checkout $branch && git pull;"
. "make full;"
. "export CC=x86_64-w64-mingw32-gcc && make full\\\"";
my $cmd = "ssh -p5932 dave\@wax \"cd vishaps/voc && git checkout $branch && git pull && $mkcmd\" ";
print $cmd, "\n";
system($cmd);
----
my %machines = (
"pi" => ['pi@pie', "sudo", "projects/oberon/vishap/voc", "make full"],
"darwin" => ['dave@dcb', "sudo", "projects/oberon/vishap/voc", "make full"],