From: mquinson Date: Tue, 8 Feb 2005 16:58:17 +0000 (+0000) Subject: Do not use absolute path for REMOTE_PREFIX, this allows me to try on AIX automatically X-Git-Tag: v3.3~4413 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/89863dc886e4d0a1dab445b7bf7400d7566cbf09?hp=7e544278b09b292b9bca9c4454c2b34554e45606;ds=inline 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 --- 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 ]----"