Files @ 3efc48659d0b
Branch filter:

Location: DistRen/dev-bootstrap.sh - annotation

binki
Use poll() instead of select() (poll() is the thing to use nowadays ;-) ).
1
2
3
4
5
#!/bin/sh
cd $(dirname $0)

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