[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Thu May 27 14:46:00 MDT 2010


The branch, master has been updated
       via  49a80fe... s3-waf: Fix typo
      from  21e8548... s3-waf: Also set "developer" env when building in developer mode

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


- Log -----------------------------------------------------------------
commit 49a80fe6710a8c3c5977b35be2f55c2748b3bddc
Author: Kai Blin <kai at samba.org>
Date:   Thu May 27 22:45:13 2010 +0200

    s3-waf: Fix typo
    
    Sorry for the noise

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

Summary of changes:
 source3/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 6dc05c8..c3d4c43 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -61,7 +61,7 @@ def configure(conf):
     conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)
     if Options.options.developer:
         conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
-        conv.env['developer'] = True
+        conf.env['developer'] = True
 
     if Options.options.with_swat:
         conf.env['build_swat'] = True


-- 
Samba Shared Repository


More information about the samba-cvs mailing list