Files @ 27eb6c6418f6
Branch filter:

Location: DistRen/dev-bootstrap.sh

binki
Handle resolving hostnames gracefully.
Fix support for hostname:port in remoteio.
Added timeout parameter to multiio_poll().
Fix stupid mistakes in distrenslave's read handler.
The server and client may not sit and play table tennis at last :-D.
1
2
3
4
5
#!/bin/sh
cd $(dirname $0)

autoreconf -vfi
CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"