summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 10:58:07 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:50 +1000
commite6f7a13a17b30d2a266924d8099c77ea47f4d500 (patch)
treee3a14507652e6c51a844fb35ccc28515a84ed26e /buildtools/wafsamba/samba_utils.py
parente4104eb085d579893a5bb5e5ae8ee02804dc7cfd (diff)
downloadsamba-e6f7a13a17b30d2a266924d8099c77ea47f4d500.tar.gz
samba-e6f7a13a17b30d2a266924d8099c77ea47f4d500.tar.bz2
samba-e6f7a13a17b30d2a266924d8099c77ea47f4d500.zip
build: try faster includes processing
Diffstat (limited to 'buildtools/wafsamba/samba_utils.py')
-rw-r--r--buildtools/wafsamba/samba_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py
index d01edcf3b4..5fbb801ef6 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -301,4 +301,3 @@ def mkdir_p(dir):
return
mkdir_p(os.path.dirname(dir))
os.mkdir(dir)
-