1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From b387c7c7a0c935841c3b6446cc0685dfe611179b Mon Sep 17 00:00:00 2001
From: Mathieu Parent <math.parent@gmail.com>
Date: Thu, 28 Apr 2016 09:35:59 +0200
Subject: [PATCH] Remove unreproducible build environment
---
source3/script/build_env.sh | 11 -----------
1 file changed, 11 deletions(-)
Index: samba/source3/script/build_env.sh
===================================================================
--- samba.orig/source3/script/build_env.sh
+++ samba/source3/script/build_env.sh
@@ -27,15 +27,4 @@ host=`hostname`
cat <<EOF
/* This file is automatically generated with "make include/build_env.h". DO NOT EDIT */
-#ifndef _BUILD_ENV_H
-#define _BUILD_ENV_H
-
-#define BUILD_ENV_UNAME "${uname}"
-#define BUILD_ENV_DATE "${date}"
-#define BUILD_ENV_SRCDIR "${srcdir}"
-#define BUILD_ENV_BUILDDIR "${builddir}"
-#define BUILD_ENV_USER "${whoami}"
-#define BUILD_ENV_HOST "${host}"
-#define BUILD_ENV_COMPILER "${compiler}"
-#endif /* _BUILD_ENV_H */
EOF
|