blob: 7e2252ce1a1984acee5fbbb11383f6d6f441d1a5 [file] [log] [blame]
#!/bin/bash
cd /opt
echo $PATH
export PATH=/usr/local/bin:$PATH
echo $PATH
./configure --host=${HOST} || cat */config.log
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true