From: Björn Jacke Date: Wed, 29 Aug 2012 11:01:39 +0000 (+0200) Subject: move pidl build into the compiler loop X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=5a76ae967439025bb40499339d0a77af7c785388 move pidl build into the compiler loop --- diff --git a/generic.fns b/generic.fns index 25a6b2e0..46f552a9 100644 --- a/generic.fns +++ b/generic.fns @@ -73,11 +73,12 @@ for compiler in $compilers; do fi fi fi -done -# only attempt pidl if we have perl -if which perl > /dev/null; then - test_tree pidl . cc -fi + # only attempt pidl if we have perl + if which perl > /dev/null; then + test_tree pidl . cc + fi + +done global_unlock