[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Fri Dec 10 05:28:01 MST 2010


The branch, master has been updated
       via  d1bfa33 build: reset cpp on host with xlr_c and let pidl use $CC -E
      from  b285d03 s4-tests: Modified sec_descriptor.py to use the sd_utils helpers.

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


- Log -----------------------------------------------------------------
commit d1bfa333f58010ec727e4edb952edb015ba0c31c
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Dec 10 14:37:00 2010 +0300

    build: reset cpp on host with xlr_c and let pidl use $CC -E
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Fri Dec 10 13:27:22 CET 2010 on sn-devel-104

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

Summary of changes:
 buildtools/wafsamba/samba_pidl.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index d0af9f2..79fc5b0 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -66,6 +66,10 @@ def SAMBA_PIDL(bld, pname, source,
         else:
             cpp = "CPP=%s" % bld.CONFIG_GET("CPP")
 
+    if cpp == "xlr_c":
+        cpp = ""
+
+
     if bld.CONFIG_SET("CC"):
         if isinstance(bld.CONFIG_GET("CC"), list):
             cc = "CC=%s" % bld.CONFIG_GET("CC")[0]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list