diff options
author | Simon Warta <[email protected]> | 2016-08-16 23:27:02 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2016-08-16 23:27:02 +0200 |
commit | b573d57338fd85e4823570d7a3182233f68939d5 (patch) | |
tree | 6d44847b91eabcaf6d7859f30d90bb3af5da0abf /src | |
parent | c2c77c3ec0bcbf5bdaffd4e89b36636789ceac84 (diff) |
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).
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 2 insertions, 2 deletions
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} |