buildtools/wafsamba: make sure we create bin/default/ before trying to create symlink...
authorStefan Metzmacher <metze@samba.org>
Sat, 24 Apr 2010 18:02:44 +0000 (20:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 24 Apr 2010 18:03:50 +0000 (20:03 +0200)
metze

buildtools/wafsamba/wafsamba.py

index 0f6a4fe28e1158a70831aa168f0fd6c95d27cbb6..95410aac6e23f852ddef69ad4277eba4e0f7dfdb 100644 (file)
@@ -57,6 +57,7 @@ def SAMBA_BUILD_ENV(conf):
     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
+    mkdir_p(os.path.join(conf.blddir, 'default'))
     for p in ['python','shared']:
         link_target = os.path.join(conf.blddir, 'default/' + p)
         if not os.path.lexists(link_target):