wafsamba: Create bin/defaukt/modules if it does not yet exist.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 5 Sep 2010 18:16:50 +0000 (20:16 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 5 Sep 2010 18:16:50 +0000 (20:16 +0200)
buildtools/wafsamba/wafsamba.py

index 80a6f714170f45d4300d9885d103c5e37abcf1b3..50d0df24a09a17a6aec68affb2e238afaa6eed62 100644 (file)
@@ -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