
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Fix the previous patch (on brasilia). * buildfarm_worker/brasilia.fns: Tell autoreconf 1.10 where other M4 macros live. * Makefile (install): New target. (.PHONY): Add install. Makefile | 5 ++++- buildfarm_worker/brasilia.fns | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) Index: Makefile --- Makefile (revision 420) +++ Makefile (working copy) @@ -1,3 +1,6 @@ +# Install on goa. +install: update + # Update the master's (goa's) copy. update: ssh pm@goa \ @@ -10,4 +13,4 @@ 'cd /work/master && \ svn status' -.PHONY : update status +.PHONY : update status install Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 420) +++ buildfarm_worker/brasilia.fns (working copy) @@ -7,6 +7,8 @@ # Add ICC (from /lrde/dev) to the PATH, as well as Automake 1.10 (not # yet in Sid). path_prepend intel/icc9.1 unstable/automake-1.10 +# Tell autoreconf 1.10 where other M4 macros live. +export ACLOCAL='aclocal -I /usr/share/aclocal/' # The ccache dir is located in the /work file system. As ~/.zshenv is # not sourced by the build script, this environment variable is