# gdb is in /opt/langtools/bin PATH="$PATH:/opt/langtools/bin" export PATH per_run_hook global_lock compilers="cc gcc" CFLAGS="-g $CFLAGS" export CFLAGS for compiler in $compilers; do . common.fns config="--without-acl-support" export config test_tree samba_current . $compiler test_tree samba_next . $compiler test_tree samba_master . $compiler config="" export config done global_unlock