mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
Remove invalid working source.
This commit is contained in:
parent
347cefc614
commit
64790ceff7
1 changed files with 0 additions and 18 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue