From 89863dc886e4d0a1dab445b7bf7400d7566cbf09 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 8 Feb 2005 16:58:17 +0000 Subject: [PATCH 1/1] Do not use absolute path for REMOTE_PREFIX, this allows me to try on AIX automatically git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@938 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 89f0424aec..deec31964c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,9 +79,9 @@ splint: ## Cruft for remote compilation ## -MACHINES ?= valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ - graal.ens-lyon.fr allo-psmn.ens-lyon.fr \ - nala.cs.utk.edu +MACHINES ?= graal.ens-lyon.fr allo-psmn.ens-lyon.fr \ + valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ + nala.cs.utk.edu AIX # ACTION: What to do there # possible values: @@ -97,7 +97,7 @@ MACHINES ?= valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ # default value: ACTION ?= clean untar config compile check -REMOTE_PREFIX ?='${HOME}/simgrid' +REMOTE_PREFIX ?='simgrid' remote: @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker @echo;echo "----[ Recompile the package on remote hosts ]----" -- 2.20.1