blob: f09a890d9db2245640e96eb24fef497dde0e1694 [file] [log] [blame]
#!/bin/sh -e
j=-j`getconf _NPROCESSORS_ONLN 2> /dev/null` || j=
set -x
git fetch --unshallow
./git-set-file-times
./bootstrap
./configure --enable-maintainer-mode ${ENABLE_GCC_WERROR-}
make $j distcheck VERBOSE=${VERBOSE-}