summaryrefslogtreecommitdiff
path: root/source4/smbd
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 /source4/smbd
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 'source4/smbd')
-rw-r--r--source4/smbd/server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index adee3887d98..431fbad3139 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -323,9 +323,6 @@ static void show_build(void)
printf("Samba version: %s\n", SAMBA_VERSION_STRING);
printf("Build environment:\n");
-#ifdef BUILD_SYSTEM
- printf(" Build host: %s\n", BUILD_SYSTEM);
-#endif
printf("Paths:\n");
for (i=0; config_options[i].name; i++) {