From: Jonathan Nieder <jrnieder@gmail.com>
To: git@vger.kernel.org
Cc: Anders Kaseorg <andersk@mit.edu>, Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 3/3] generate-cmdlist: avoid non-deterministic output
Date: Tue, 21 Nov 2017 15:38:13 -0800 [thread overview]
Message-ID: <20171121233813.GP3429@aiede.mtv.corp.google.com> (raw)
In-Reply-To: <20171121232935.GM3429@aiede.mtv.corp.google.com>
Date: Fri, 1 Jul 2016 17:32:00 -0700
Non-determinism makes it harder for build tools to discover when a
target needs to be rebuilt.
generate-cmdlist.sh stores the full path in a comment:
/* Automatically generated by /build/git-agojiD/git-2.15.0/generate-cmdlist.sh */
Use the file name alone instead.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
That's the end of the series. Thanks for reading.
generate-cmdlist.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index ab0d1b0c06..eeea4b67ea 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-echo "/* Automatically generated by $0 */
+echo "/* Automatically generated by generate-cmdlist.sh */
struct cmdname_help {
char name[16];
char help[80];
--
2.15.0.448.gf294e3d99a
prev parent reply other threads:[~2017-11-21 23:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 23:29 [PATCH 0/3] Improving build reproducibility Jonathan Nieder
2017-11-21 23:34 ` [PATCH 1/3] Documentation: allow overriding timestamps of generated asciidoc Jonathan Nieder
2017-11-22 0:54 ` brian m. carlson
2017-11-22 1:15 ` Jonathan Nieder
2017-11-22 2:50 ` Junio C Hamano
2017-11-22 4:30 ` Anders Kaseorg
2017-11-22 5:07 ` Junio C Hamano
2017-11-22 5:12 ` Jonathan Nieder
2017-11-21 23:36 ` [PATCH 2/3] git-gui: sort entries in optimized tclIndex Jonathan Nieder
2017-11-21 23:38 ` Jonathan Nieder [this message]
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=20171121233813.GP3429@aiede.mtv.corp.google.com \
--to=jrnieder@gmail.com \
--cc=andersk@mit.edu \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.