From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Clark Williams <clark.williams@gmail.com>
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH rt-tests] pi_stress: remove timestamp of compilation from version output
Date: Tue, 17 Feb 2015 16:08:59 +0100 [thread overview]
Message-ID: <1424185739-29680-1-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
Having the date and time of compilation is hardly useful and is in the
way for reproducible building binaries.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Hello,
a few people work on getting reproducible builds for Debian. Using
__DATE__ and __TIME__ obviously makes the rt-tests package fail to
compile in a deterministic fashion.
Best regards
Uwe
src/pi_tests/pi_stress.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c
index e273d62..9b33fad 100644
--- a/src/pi_tests/pi_stress.c
+++ b/src/pi_tests/pi_stress.c
@@ -1235,7 +1235,6 @@ void process_command_line(int argc, char **argv)
break;
case 'V':
printf("pi_stress v%1.2f ", VERSION_STRING);
- printf("(%s %s)\n", __DATE__, __TIME__);
exit(0);
case 'u':
uniprocessor = 1;
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2015-02-17 15:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-17 15:08 Uwe Kleine-König [this message]
2015-02-17 16:46 ` [PATCH rt-tests] pi_stress: remove timestamp of compilation from version output John Kacur
2015-02-17 18:03 ` Sebastian Andrzej Siewior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424185739-29680-1-git-send-email-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=clark.williams@gmail.com \
--cc=linux-rt-users@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).