[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Sep 5 12:31:43 MDT 2010


The branch, master has been updated
       via  cf616ec wafsamba: Create bin/defaukt/modules if it does not yet exist.
      from  61e537c waf: Use os.makedirs rather than os.mkdir in case parent directories don't exist yet.

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


- Log -----------------------------------------------------------------
commit cf616ec316f9ee24d1fb8aacdf512f354fa4f656
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Sep 5 20:16:50 2010 +0200

    wafsamba: Create bin/defaukt/modules if it does not yet exist.

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 80a6f71..50d0df2 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -55,6 +55,7 @@ def SAMBA_BUILD_ENV(conf):
     '''create the samba build environment'''
     conf.env.BUILD_DIRECTORY = conf.blddir
     mkdir_p(os.path.join(conf.blddir, LIB_PATH))
+    mkdir_p(os.path.join(conf.blddir, "modules"))
     mkdir_p(os.path.join(conf.blddir, 'python/samba/dcerpc'))
     # this allows all of the bin/shared and bin/python targets
     # to be expressed in terms of build directory paths


-- 
Samba Shared Repository


More information about the samba-cvs mailing list