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