[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Fri Dec 10 09:55:01 MST 2010


The branch, master has been updated
       via  6ef8524 build: compiler on aix is xlc_r not xlr_c
      from  d1bfa33 build: reset cpp on host with xlr_c and let pidl use $CC -E

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


- Log -----------------------------------------------------------------
commit 6ef8524840e7e65775341934e4c67e1fd4a17f7a
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Dec 10 19:08:18 2010 +0300

    build: compiler on aix is xlc_r not xlr_c
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Fri Dec 10 17:54:49 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index 79fc5b0..720f8e6 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -66,7 +66,7 @@ def SAMBA_PIDL(bld, pname, source,
         else:
             cpp = "CPP=%s" % bld.CONFIG_GET("CPP")
 
-    if cpp == "xlr_c":
+    if cpp == "xlc_r":
         cpp = ""
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list