[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Thu May 27 14:43:34 MDT 2010


The branch, master has been updated
       via  21e8548... s3-waf: Also set "developer" env when building in developer mode
      from  abbf8ef... s3: Fix a bad memleak in the async echo responder

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


- Log -----------------------------------------------------------------
commit 21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29
Author: Kai Blin <kai at samba.org>
Date:   Thu May 27 22:42:23 2010 +0200

    s3-waf: Also set "developer" env when building in developer mode

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 3bc9bd1..6dc05c8 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -61,6 +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
 
     if Options.options.with_swat:
         conf.env['build_swat'] = True


-- 
Samba Shared Repository


More information about the samba-cvs mailing list