summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-01-11 21:18:46 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-01-14 17:38:26 +0100
commite131ce4ddc074dc146c81edb99a203d1dd2883b8 (patch)
tree4b894d946dd3c71314eeabf521ed07a6496fa6cf /buildtools
parentc69938ef5cb9ee49565fae834a25541f6a5da0a8 (diff)
downloadsamba-e131ce4ddc074dc146c81edb99a203d1dd2883b8.tar.gz
waf: Remove build system info (uname -a)
Preventing reproducible builds while adding minor benefit. More information at <https://reproducible-builds.org/>. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13213 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 430d164b60d..3b36b57051e 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -313,10 +313,6 @@ def configure(conf):
conf.env.GIT_LOCAL_CHANGES = Options.options.GIT_LOCAL_CHANGES
- conf.CHECK_COMMAND(['uname', '-a'],
- msg='Checking build system',
- define='BUILD_SYSTEM',
- on_target=False)
conf.CHECK_UNAME()
# see if we can compile and run a simple C program