Blame buildscripts/build-updatedebug.sh

093028b
#!/bin/sh
093028b
093028b
# This file is free software; the Free Software Foundation    
093028b
# gives unlimited permission to copy, distribute and modify it.
093028b
093028b
cd `dirname $0`/..
093028b
make realclean
093028b
./configure --without-devil --with-updatedebug && make selftest
093028b