From f06af3f289eab00a0bc2916889a74be747166ce0 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Thu, 23 Jul 2009 17:08:27 -0700 Subject: [PATCH] update which sun server I use --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b4610c..cfc5798 100644 --- a/Makefile +++ b/Makefile @@ -350,8 +350,11 @@ lib/suncvs.jar: fleet.jar suncvs/marina suncvs/test cd suncvs/build; jar cvf ../../lib/suncvs.jar . cd suncvs/test; jar uvf ../../lib/suncvs.jar . -sun_server = frehley +#sun_server = frehley # electric team uses frehley #sun_server = simmons +sun_server = simmons-tunnel +#sun_server = criss # criss is used for nohupped nanosim +#sun_server = stanley # stanley is used for nohupped hsim runtest: fleet.jar rm lib/suncvs.jar; make lib/suncvs.jar -- 1.7.10.4