From b573d57338fd85e4823570d7a3182233f68939d5 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 16 Aug 2016 23:27:02 +0200 Subject: Remove configure extra information from build.h Removes user and hostname: as mentioned by a downstream maintainer, the information should not be included in packages. In our projects, the information is contained in the amalgamation check-in commit message. Removes timestamp: this ensures that the header content is equal in two equal configure runs. Both changes together make it possible to effectively use compiler caches for Botan (ccache on Unix, in direct mode; clcache on Windows). --- src/build-data/buildh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/build-data') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 1d643248e..ef046a102 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -2,8 +2,8 @@ #define BOTAN_BUILD_CONFIG_H__ /* -* This file was automatically generated %{timestamp} UTC by -* %{user}@%{hostname} running '%{command_line}' +* This file was automatically generated running +* '%{command_line}' * * Target * - Compiler: %{cxx} %{cxx_abi_flags} %{cc_compile_flags} -- cgit v1.2.3