aboutsummaryrefslogtreecommitdiff
path: root/contrib/amd/amd
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-04-12 18:01:25 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-04-12 18:01:25 +0000
commit696bc4a74143a50fa754e7e50f3190baf8fb91d6 (patch)
treec5befb614d622d25e2c5e286daa27233581e108d /contrib/amd/amd
parentf1c8f60b885d45105d7c9b9529ac13a692a7b615 (diff)
downloadsrc-696bc4a74143a50fa754e7e50f3190baf8fb91d6.tar.gz
src-696bc4a74143a50fa754e7e50f3190baf8fb91d6.zip
Remove the names of the build host and user and the build date. This
still leaves the host OS and version, but these are harder to remove. MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=264374
Diffstat (limited to 'contrib/amd/amd')
-rw-r--r--contrib/amd/amd/get_args.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/amd/amd/get_args.c b/contrib/amd/amd/get_args.c
index dda761897995..8f743e6b2f3c 100644
--- a/contrib/amd/amd/get_args.c
+++ b/contrib/amd/amd/get_args.c
@@ -93,12 +93,6 @@ get_version_string(void)
strlcat(vers, tmpbuf, len);
xsnprintf(tmpbuf, sizeof(tmpbuf), "Report bugs to %s.\n", PACKAGE_BUGREPORT);
strlcat(vers, tmpbuf, len);
- xsnprintf(tmpbuf, sizeof(tmpbuf), "Configured by %s@%s on date %s.\n",
- USER_NAME, HOST_NAME, CONFIG_DATE);
- strlcat(vers, tmpbuf, len);
- xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s.\n",
- BUILD_USER, BUILD_HOST);
- strlcat(vers, tmpbuf, len);
xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n",
cpu, endian, gopt.arch, gopt.karch);
strlcat(vers, tmpbuf, len);