[SCM] build.samba.org - branch master updated

Björn Jacke bjacke at samba.org
Wed Aug 29 04:58:53 MDT 2012


The branch, master has been updated
       via  5a76ae9 move pidl build into the compiler loop
      from  b7bc145 Use --enable-selftest only on master

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5a76ae967439025bb40499339d0a77af7c785388
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Aug 29 13:01:39 2012 +0200

    move pidl build into the compiler loop

-----------------------------------------------------------------------

Summary of changes:
 generic.fns |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/generic.fns b/generic.fns
index 25a6b2e..46f552a 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


-- 
build.samba.org


More information about the samba-cvs mailing list