summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-11-16 14:43:29 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-11-19 18:30:06 +0100
commit1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29 (patch)
tree75653a6181e103bc40df6fae195935099b3bb39d /wscript
parent082f88709a7f11284881ac35dc07f38bf6e2147c (diff)
downloadsamba-1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29.tar.gz
Remove tabs in python file, unnecessary 'pass'.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index 37a1f10a5f2..872177e20b9 100644
--- a/wscript
+++ b/wscript
@@ -202,7 +202,7 @@ def configure(conf):
need_pie = False
if conf.check_cc(cflags='-fPIE', ldflags='-pie', mandatory=need_pie,
msg="Checking compiler for PIE support"):
- conf.env['ENABLE_PIE'] = True
+ conf.env['ENABLE_PIE'] = True
if Options.options.enable_relro != False:
if Options.options.enable_relro == True:
@@ -255,7 +255,6 @@ def ctags(ctx):
def build(bld):
'''build all targets'''
samba_version.load_version(env=bld.env, is_install=bld.is_install)
- pass
def pydoctor(ctx):