Home | History | Annotate | Line # | Download | only in build-hosts
      1  1.1  rin # The host to log in and run the build.
      2  1.1  rin host=jolly.cs.hut.fi
      3  1.1  rin 
      4  1.1  rin # (optional) The host where to copy the distribution and scripts.  It
      5  1.1  rin # seems that the scp subsystem is broken on jolly.
      6  1.1  rin scp_host=earthquake.cs.hut.fi
      7  1.1  rin 
      8  1.1  rin # (optional) The command to use instead of `make'.
      9  1.1  rin make=gmake
     10  1.1  rin export make
     11  1.1  rin 
     12  1.1  rin # Any environment variables to set before building should go here.
     13  1.1  rin CC=cc
     14  1.1  rin export CC
     15