From 64790ceff7bb1a3a3f31c0f6363ea85a9428add3 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 15 Jul 2016 17:02:15 +0100 Subject: [PATCH] Remove invalid working source. --- src/tools/make/buildall.pl | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index e00b76d5..b15f7b79 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -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"],